class documentation

class ASTTemplateIntroductionParameter(ASTBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Method get​_id Undocumented
Method get​_id​_as​_arg Undocumented
Method get​_identifier Undocumented
Instance Variable identifier Undocumented
Instance Variable parameter​Pack Undocumented
Property is​Pack Undocumented
Property name Undocumented

Inherited from ASTBaseBase (via 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, identifier, parameterPack):

Undocumented

Parameters
identifier:ASTIdentifierUndocumented
parameter​Pack:boolUndocumented
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, objectType=None, symbol=None):

Undocumented

Parameters
version:intUndocumented
object​Type:strUndocumented
symbol:SymbolUndocumented
Returns
strUndocumented
def get_id_as_arg(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
def get_identifier(self):

Undocumented

Returns
ASTIdentifierUndocumented
identifier =

Undocumented

parameterPack =

Undocumented

@property
isPack: bool =

Undocumented

@property
name: ASTNestedName =

Undocumented