Module safe_eval :: Class SafeEvalBuiltinError
[hide private]
[frames] | no frames]

Class SafeEvalBuiltinError

source code

   object --+    
            |    
SafeEvalError --+
                |
               SafeEvalBuiltinError

Expression/statement in tried to access a restricted builtin.

Instance Methods [hide private]

Inherited from SafeEvalError: __init__, __str__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__