class documentation

class ASTNestedName(ASTBase): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method describe_signature Undocumented
Method get_id Undocumented
Method num_templates Undocumented
Instance Variable names Undocumented
Instance Variable rooted Undocumented
Instance Variable templates Undocumented
Property name 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, names, templates, rooted): (source)

Undocumented

Parameters
names:list[ASTNestedNameElement]Undocumented
templates:list[bool]Undocumented
rooted:boolUndocumented
def describe_signature(self, signode, mode, env, symbol): (source)

Undocumented

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

Undocumented

Parameters
version:intUndocumented
modifiers:strUndocumented
Returns
strUndocumented
def num_templates(self): (source)

Undocumented

Returns
intUndocumented

Undocumented

Undocumented

templates = (source)

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented