class documentation

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
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
Instance Variable _proxied Undocumented
def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def display_type(self): (source)

Undocumented

def pytype(self): (source)

Undocumented