Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pdoc seems to not follow `__wrapped__` #36

Open
Hibou57 opened this issue Mar 10, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@Hibou57
Copy link
Contributor

commented Mar 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 like def 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 ;-) .

@Hibou57

This comment has been minimized.

Copy link
Contributor Author

commented Mar 11, 2015

Under investigations…

@Hibou57

This comment has been minimized.

Copy link
Contributor Author

commented Mar 11, 2015

Just proposed changes in pull-request.

@peterjc

This comment has been minimized.

Copy link

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
You can’t perform that action at this time.