Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Please use functools.wraps for wrapping functions. #25

Open
smn opened this issue Jun 11, 2014 · 0 comments
Open

Please use functools.wraps for wrapping functions. #25

smn opened this issue Jun 11, 2014 · 0 comments

Comments

@smn
Copy link
Member

smn commented Jun 11, 2014

A bunch of places you're doing wrapper.__doc__ = f.__doc__, rather use functools.wraps() for that.

FredJEhlers pushed a commit that referenced this issue Oct 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant