class documentation

class CallNamespaceTag(Tag):

View In Hierarchy

Undocumented

Method __init__ construct a new Tag instance.
Method declared​_identifiers Undocumented
Method undeclared​_identifiers Undocumented
Instance Variable body​_decl Undocumented
Instance Variable code Undocumented
Instance Variable expression Undocumented

Inherited from Tag:

Method __repr__ Undocumented
Method ​_parse​_attributes Undocumented
Method get​_children Undocumented
Method is​_root Undocumented
Class Variable __keyword__ Undocumented
Instance Variable attributes Undocumented
Instance Variable expression​_undeclared​_identifiers Undocumented
Instance Variable keyword Undocumented
Instance Variable nodes Undocumented
Instance Variable parent Undocumented
Instance Variable parsed​_attributes Undocumented
def __init__(self, namespace, defname, attributes, **kwargs):

construct a new Tag instance.

this constructor not called directly, and is only called by subclasses.

Parameters
namespaceUndocumented
defnameUndocumented
attributesraw dictionary of attribute key/value pairs
**kwargsother arguments passed to the Node superclass (lineno, pos)
keywordthe tag keyword
expressionsa set of identifiers that are legal attributes, which can also contain embedded expressions
nonexpressionsa set of identifiers that are legal attributes, which cannot contain embedded expressions
def declared_identifiers(self):
def undeclared_identifiers(self):
body_decl =

Undocumented

code =

Undocumented

expression =

Undocumented