| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
      Code --+
             |
            Suite
Executes Python statements used in templates.
>>> data = dict(test='Foo', items=[1, 2, 3], dict={'some': 'thing'}) >>> Suite("foo = dict['some']").execute(data) >>> data['foo'] 'thing'
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Class Variables | |
| mode =  | |
| Properties | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sun Jan 27 18:17:20 2013 | http://epydoc.sourceforge.net |