| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
      object --+    
               |    
DirectiveFactory --+
                   |
                  Template
Abstract template base class.
This class implements most of the template processing model, but does not specify the syntax of templates.
| Nested Classes | |
| Inherited from  | 
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Class Variables | |
| EXEC = 'EXEC'Stream event kind representing a Python code suite to execute. | |
| EXPR = 'EXPR'Stream event kind representing a Python expression. | |
| INCLUDE = 'INCLUDE'Stream event kind representing the inclusion of another template. | |
| SUB = 'SUB'Stream event kind representing a nested stream to which one or more directives should be applied. | |
| serializer = Nonehash(x) | |
| Inherited from  | |
| Properties | |
| stream | |
| Inherited from  | |
| Method Details | 
| 
 
 Note:
        Changed in 0.5: Added the  | 
| 
 
 | 
| 
 Apply the template to the given context data. Any keyword arguments are made available to the template as context data. Only one positional argument is accepted: if it is provided, it must be an instance of the Context class, and keyword arguments are ignored. This calling style is used for internal processing. 
 | 
| Property Details | 
| stream
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sun Jan 27 18:17:20 2013 | http://epydoc.sourceforge.net |