bpo-29940: Add follow_wrapped option to help() by eamanu · Pull Request #22390 · python/cpython · GitHub
Skip to content

bpo-29940: Add follow_wrapped option to help() - #22390

Closed
eamanu wants to merge 9 commits into
python:masterfrom
eamanu:bpo-29940
Closed

eamanu wants to merge 9 commits into
python:masterfrom
eamanu:bpo-29940

Conversation

@eamanu

@eamanu eamanu commented Sep 23, 2020

Copy link
Copy Markdown
Contributor

When print the docstring using help builtin for an wrapper function
it doesn't correspond to the function wrapped. For avoid this
this PR add the follow_wrapped option to help() function.

This is the continuation of the wrong #12915

cc: @chrahunt @taleinat

https://bugs.python.org/issue29940

eamanu and others added 9 commits September 22, 2020 21:11
When print the docstring using help builtin for an wrapper function
it doesn't correspond to the function wrapped. For avoid this
this PR add the follow_wrapped to help().
Co-authored-by: Tal Einat <taleinat+github@gmail.com>
@taleinat

Copy link
Copy Markdown
Contributor

@taleinat

taleinat commented Sep 26, 2020

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants