Scribus
Open source desktop publishing at your fingertips
safe_eval.SafeEvalContextException Class Reference
Inheritance diagram for safe_eval.SafeEvalContextException:
Collaboration diagram for safe_eval.SafeEvalContextException:

Public Member Functions

def __init__ (self, keys, errors)
 
def __str__ (self)
 

Public Attributes

 errors
 

Detailed Description

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'

The documentation for this class was generated from the following file: