class documentation

class AsyncGenerator(Generator): (source)

View In Hierarchy

Special node representing an async generator.

Method __repr__ Undocumented
Method __str__ Undocumented
Method display_type Undocumented
Method pytype Undocumented

Inherited from Generator:

Method __init__ Undocumented
Method bool_value Undocumented
Method callable Undocumented
Method infer_yield_types Undocumented
Class Variable special_attributes Undocumented
Instance Variable parent Undocumented
Class Variable _proxied Undocumented
Instance Variable _call_context Undocumented

Inherited from BaseInstance (via Generator):

Method getattr Undocumented
Method igetattr Inferred getattr.
Method infer_call_result Infer what a class instance is returning when called.
Method _wrap_attr Wrap bound methods of attrs in a InstanceMethod proxies.

Inherited from Proxy (via Generator, BaseInstance):

Method __getattr__ Undocumented
Method infer Undocumented
def __repr__(self) -> str: (source)

Undocumented

def __str__(self) -> str: (source)

Undocumented

def display_type(self) -> str: (source)

Undocumented

def pytype(self) -> Literal['builtins.async_generator']: (source)

Undocumented