class documentation

class ASTTemplateIntroduction(ASTBase): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method describe_signature_as_introducer Undocumented
Method get_id Undocumented
Instance Variable concept Undocumented
Instance Variable params Undocumented
Method _stringify 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): (source)

Undocumented

Parameters
concept:ASTNestedNameUndocumented
params:list[ASTTemplateIntroductionParameter]Undocumented
def describe_signature_as_introducer(self, parentNode, mode, env, symbol, lineSpec): (source)

Undocumented

Parameters
parentNode:desc_signatureUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
lineSpec:boolUndocumented
def get_id(self, version): (source)

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented

Undocumented

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented