class IncludeTag(Tag):
Undocumented
Method | __init__ |
construct a new Tag instance. |
Method | declared_identifiers |
Undocumented |
Method | undeclared_identifiers |
Undocumented |
Class Variable | __keyword__ |
Undocumented |
Instance Variable | page_args |
Undocumented |
Inherited from Tag
:
Method | __repr__ |
Undocumented |
Method | _parse_attributes |
Undocumented |
Method | get_children |
Undocumented |
Method | is_root |
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 |
mako.parsetree.Tag.__init__
construct a new Tag instance.
this constructor not called directly, and is only called by subclasses.
Parameters | |
keyword | the tag keyword |
attributes | raw dictionary of attribute key/value pairs |
**kwargs | other arguments passed to the Node superclass (lineno, pos) |
expressions | a set of identifiers that are legal attributes, which can also contain embedded expressions |
nonexpressions | a set of identifiers that are legal attributes, which cannot contain embedded expressions |