Closed
Description
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
- gh-120773: document introspective attributes of an async generator object in the inspect module #120778
- [3.13] gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778) #120827
- [3.12] gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778) #120828