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

Class SafeEvalAttrError

source code

   object --+    
            |    
SafeEvalError --+
                |
               SafeEvalAttrError

Expression/statement in tried to access a restricted attribute.

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__