class documentation
class AsyncGenerator(Generator): (source)
Constructor: AsyncGenerator(parent, generator_initial_context)
Special node representing an async generator
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | display |
Undocumented |
Method | pytype |
Undocumented |
Inherited from Generator
:
Method | __init__ |
Undocumented |
Method | bool |
Undocumented |
Method | callable |
Undocumented |
Method | infer |
Undocumented |
Class Variable | special |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | _call |
Undocumented |
Inherited from BaseInstance
(via Generator
):
Method | getattr |
Undocumented |
Method | igetattr |
inferred getattr |
Method | infer |
infer what a class instance is returning when called |
Method | _wrap |
wrap bound methods of attrs in a InstanceMethod proxies |
Inherited from Proxy
(via Generator
, BaseInstance
):
Method | __getattr__ |
Undocumented |
Method | infer |
Undocumented |
Instance Variable | _proxied |
Undocumented |