bundles / IPython 9.13.0 / IPython / core / guarded_eval / EvaluationPolicy
class
IPython.core.guarded_eval:EvaluationPolicy
Signature
class EvaluationPolicy ( allow_locals_access : bool = False , allow_globals_access : bool = False , allow_item_access : bool = False , allow_attr_access : bool = False , allow_builtins_access : bool = False , allow_all_operations : bool = False , allow_any_calls : bool = False , allow_auto_import : bool = False , allowed_calls : set[Callable] = <factory> ) → None Members
Summary
Definition of evaluation policy.
Aliases
-
IPython.core.guarded_eval.EvaluationPolicy