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 |
|
|
|
|
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.0beta1 on Thu Aug 4 00:47:01 2011 | http://epydoc.sourceforge.net |