class documentation

class ASTGnuAttribute(ASTBaseBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Instance Variable args Undocumented
Instance Variable name 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):

Undocumented

Parameters
name:strUndocumented
args:Optional[ASTBaseParenExprList]Undocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
args =

Undocumented

name =

Undocumented