-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
inspect.getmember
docs do not mention __type_params__
for functions and classes
#116782
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
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 14, 2024
sobolevn
added a commit
that referenced
this issue
Mar 15, 2024
…16783) Co-authored-by: Jelle Zijlstra <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 15, 2024
…cs (pythonGH-116783) (cherry picked from commit 1634986) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
sobolevn
added a commit
that referenced
this issue
Mar 15, 2024
…ocs (GH-116783) (#116870) gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (GH-116783) (cherry picked from commit 1634986) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
Triage: can this issue be closed? |
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
…cs (python#116783) Co-authored-by: Jelle Zijlstra <[email protected]>
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…cs (python#116783) Co-authored-by: Jelle Zijlstra <[email protected]>
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…cs (python#116783) Co-authored-by: Jelle Zijlstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Docs do not mention
__type_params__
key returned value for classes and functions:cpython/Doc/library/inspect.rst
Lines 47 to 58 in a18c985
cpython/Doc/library/inspect.rst
Lines 75 to 109 in a18c985
But, they are returned:
I will send a PR for that.
Linked PRs
__type_params__
ininspect.getmembers
docs #116783__type_params__
ininspect.getmembers
docs (GH-116783) #116870The text was updated successfully, but these errors were encountered: