class documentation

class ASTIdAttribute(ASTAttribute):

View In Hierarchy

For simple attributes defined by the user.
Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Instance Variable id Undocumented

Inherited from ASTBaseBase (via ASTAttribute):

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Undocumented
Method get​_display​_string Undocumented
Class Variable __hash__ Undocumented
def __init__(self, id):

Undocumented

Parameters
id:strUndocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def describe_signature(self, signode):

Undocumented

Parameters
signode:TextElementUndocumented
id =

Undocumented