class documentation

class ASTTemplateIntroduction(ASTBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature​_as​_introducer Undocumented
Method get​_id Undocumented
Instance Variable concept Undocumented
Instance Variable params 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, concept, params):

Undocumented

Parameters
concept:ASTNestedNameUndocumented
params:List[ASTTemplateIntroductionParameter]Undocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def describe_signature_as_introducer(self, parentNode, mode, env, symbol, lineSpec):

Undocumented

Parameters
parent​Node:desc_signatureUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
line​Spec:boolUndocumented
def get_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
concept =

Undocumented

params =

Undocumented