class documentation

class ASTCPPAttribute(ASTAttribute): (source)

View In Hierarchy

Undocumented

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

Undocumented

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

Undocumented

Parameters
signode:TextElementUndocumented

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented