• Home
  • Raw
  • Download

Lines Matching full:environment

6 environment that only exposes those built-in operations that are
126 Code executed in this restricted environment will only have access to
172 import within the restricted environment.)
308 """Execute code within a restricted environment.
312 executed in the restricted environment's __main__ module.
319 """Evaluate code within a restricted environment.
323 the restricted environment's __main__ module. The value of the
332 environment's __main__ module.
343 restricted environment. Overriding this method in a subclass is
344 used to change the policies enforced by a restricted environment.
353 restricted environment. Overriding this method in a subclass is
354 used to change the policies enforced by a restricted environment.
362 Removes it from the restricted environment's sys.modules dictionary.
365 restricted environment. Overriding this method in a subclass is
366 used to change the policies enforced by a restricted environment.
423 """Execute code within a restricted environment.
431 executed in the restricted environment's __main__ module.
437 """Evaluate code within a restricted environment.
445 the restricted environment's __main__ module. The value of the
453 environment's __main__ module.
467 restricted environment. Overriding this method in a subclass is
468 used to change the policies enforced by a restricted environment.
481 restricted environment. Overriding this method in a subclass is
482 used to change the policies enforced by a restricted environment.
494 Removes it from the restricted environment's sys.modules dictionary.
497 restricted environment. Overriding this method in a subclass is
498 used to change the policies enforced by a restricted environment.
510 """Method called when open() is called in the restricted environment.
518 restricted environment. Overriding this method in a subclass is
519 used to change the policies enforced by a restricted environment.