class documentation

class ASTNamespace(ASTBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Instance Variable nested​Name Undocumented
Instance Variable template​Prefix 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, nestedName, templatePrefix):

Undocumented

Parameters
nested​Name:ASTNestedNameUndocumented
template​Prefix:ASTTemplateDeclarationPrefixUndocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
nestedName =

Undocumented

templatePrefix =

Undocumented