| Trees | Indices | Help | 
|---|
|  | 
              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
               SafeEvalException --+
                                   |
                                  SafeEvalContextException
Exception class for reporting unallowed objects found in the dict
intended to be used as the local enviroment in safe_eval().
Attributes:
  keys   = list of keys of the unallowed objects
  errors = list of strings describing the nature of the error
           for each key in 'keys'
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| 
 str(x) 
 | 
| Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 17 06:44:38 2008 | http://epydoc.sourceforge.net |