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
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