class documentation

class ASTNewExpr(ASTExpression):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Method get​_id Undocumented
Instance Variable init​List Undocumented
Instance Variable is​New​Type​Id Undocumented
Instance Variable rooted Undocumented
Instance Variable typ Undocumented

Inherited from ASTBaseBase (via ASTExpression, ASTBase):

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

Undocumented

Parameters
rooted:boolUndocumented
is​New​Type​Id:boolUndocumented
typ:ASTTypeUndocumented
init​List:Union[ASTParenExprList, ASTBracedInitList]Undocumented
def _stringify(self, transform):

Undocumented

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

Undocumented

Parameters
signode:TextElementUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
def get_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
initList =

Undocumented

isNewTypeId =

Undocumented

rooted =

Undocumented

typ =

Undocumented