class documentation

class ASTIdAttribute(ASTAttribute): (source)

View In Hierarchy

For simple attributes defined by the user.

Method __init__ Undocumented
Method describe_signature Undocumented
Instance Variable id Undocumented
Method _stringify 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): (source)

Undocumented

Parameters
id:strUndocumented
def describe_signature(self, signode): (source)

Undocumented

Parameters
signode:TextElementUndocumented

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented