Home | Trees | Indices | Help |
|
---|
|
object --+ | Node --+ | BlockNode
Block Container.
This Node can contain other Nodes and will render in a hierarchical order of when nodes were added.
ie:
{{ block test }} This is default block test {{ end }}
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
name - Name of this Node.
|
repr(x)
|
Get this BlockNodes content, not including child Nodes
|
Add an element to the nodes. Keyword Arguments - node -- Node object or string to append. |
Extend the list of nodes with another BlockNode class. Keyword Arguments - other -- BlockNode or Content object to extend from. |
Merges all nodes into a single string. blocks -- Dictionary of blocks that are extending from this template. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:18 2014 | http://epydoc.sourceforge.net |