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

Introspective attributes of an async generator object are undocumented #120773

Closed
blhsing opened this issue Jun 20, 2024 · 0 comments
Closed

Introspective attributes of an async generator object are undocumented #120773

blhsing opened this issue Jun 20, 2024 · 0 comments
Labels
docs Documentation in the Doc dir

Comments

@blhsing
Copy link
Contributor

blhsing commented Jun 20, 2024

Documentation

Though listed with details in PEP-525, introspective attributes of an async generator object, namely __name__, __qualname__, ag_await, ag_frame, ag_running and ag_code, are missing in the documentation of the inspect module.

Linked PRs

@blhsing blhsing added the docs Documentation in the Doc dir label Jun 20, 2024
@blhsing blhsing changed the title Introspective attributes of an async generator object is undocumented Introspective attributes of an async generator object are undocumented Jun 20, 2024
blhsing added a commit to blhsing/cpython that referenced this issue Jun 20, 2024
kumaraditya303 pushed a commit that referenced this issue Jun 21, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 21, 2024
…tor object in the inspect module (pythonGH-120778)

(cherry picked from commit 83d3d7a)

Co-authored-by: blhsing <blhsing@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 21, 2024
…tor object in the inspect module (pythonGH-120778)

(cherry picked from commit 83d3d7a)

Co-authored-by: blhsing <blhsing@gmail.com>
kumaraditya303 pushed a commit that referenced this issue Jun 21, 2024
…ator object in the inspect module (GH-120778) (#120827)

gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778)
(cherry picked from commit 83d3d7a)

Co-authored-by: blhsing <blhsing@gmail.com>
kumaraditya303 pushed a commit that referenced this issue Jun 21, 2024
…ator object in the inspect module (GH-120778) (#120828)

gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778)
(cherry picked from commit 83d3d7a)

Co-authored-by: blhsing <blhsing@gmail.com>
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants