class documentation

Undocumented

Method __init__ Undocumented
Method describe_signature Undocumented
Method get_id Undocumented
Instance Variable exprs Undocumented
Method _stringify Undocumented

Inherited from ASTBaseBase (via ASTBaseParenExprList):

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Undocumented
Method get_display_string Undocumented
Class Variable __hash__ Undocumented
def __init__(self, exprs): (source)

Undocumented

Parameters
exprs:list[ASTExpression|ASTBracedInitList]Undocumented
def describe_signature(self, signode, mode, env, symbol): (source)

Undocumented

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

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented