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

Public Member Functions

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

Public Attributes

 errors
 

Detailed Description

Exception class for reporting all errors which occured while
validating AST for source code in safe_eval().

Attributes:
  code   = raw source code which failed to validate
  errors = list of SafeEvalError

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