class documentation

class ASTGnuAttribute(ASTBaseBase): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable args Undocumented
Instance Variable name 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 __init__(self, name, args): (source)

Undocumented

Parameters
name:strUndocumented
args:ASTBaseParenExprList|NoneUndocumented

Undocumented

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented