class documentation

class ASTAttributeList(ASTBaseBase): (source)

View In Hierarchy

Undocumented

Method __add__ Undocumented
Method __init__ Undocumented
Method __len__ Undocumented
Method describe_signature Undocumented
Instance Variable attrs Undocumented
Method _stringify Undocumented

Inherited from ASTBaseBase:

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Undocumented
Method get_display_string Undocumented
Class Variable __hash__ Undocumented
def __add__(self, other): (source)

Undocumented

Parameters
other:ASTAttributeListUndocumented
Returns
ASTAttributeListUndocumented
def __init__(self, attrs): (source)

Undocumented

Parameters
attrs:list[ASTAttribute]Undocumented
def __len__(self): (source)

Undocumented

Returns
intUndocumented
def describe_signature(self, signode): (source)

Undocumented

Parameters
signode:TextElementUndocumented

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented