Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upPdoc seems to not follow `__wrapped__` #36
Comments
This comment has been minimized.
This comment has been minimized.
|
Under investigations… |
This comment has been minimized.
This comment has been minimized.
|
Just proposed changes in pull-request. |
This comment has been minimized.
This comment has been minimized.
peterjc
commented
Sep 7, 2017
|
See pull request #37. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hibou57 commentedMar 10, 2015
Pdoc seems to not follow the
__wrapped__attribute, to keep track of functions wrapped by a decorator. All decorated functions (which is all functions for me personally), are documented with something likedef fun(*args, **kargs).Function annotations seems to be ignored too, both with decorated and non-decorated functions.
By the way, thanks for the idea of using Markdown ;-) .