We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7162ef2 commit 34c2826Copy full SHA for 34c2826
1 file changed
github2/core.py
@@ -116,6 +116,7 @@ def wrapper(self, *args, **kwargs):
116
wrapped.__orig_func__ = f
117
wrapped.__name__ = f.__name__
118
wrapped.__doc__ = f.__doc__ + """\n.. warning:: Requires authentication"""
119
+ wrapped.__module__ = f.__module__
120
wrapped.requires_auth = True
121
return wrapped
122
0 commit comments