class documentation

class ASTNamespace(ASTBase): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable nestedName Undocumented
Instance Variable templatePrefix 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, nestedName, templatePrefix): (source)

Undocumented

Parameters
nestedName:ASTNestedNameUndocumented
templatePrefix:ASTTemplateDeclarationPrefixUndocumented
nestedName = (source)

Undocumented

templatePrefix = (source)

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented