|
Orbits
1
|
Public Member Functions | |
| def | __init__ |
| def | run |
Private Member Functions | |
| def | _copy |
| def | _mk_dual_path_wrapper |
| def | _mk_single_path_wrapper |
| def | _mk_single_with_return |
| def | _mk_query |
| def | _validate_path |
| def | _remap_input |
| def | _remap_output |
| def | _remap_pair |
Private Attributes | |
| _attrs | |
Static Private Attributes | |
| _active = False | |
| tuple | _file = _mk_single_path_wrapper('file', _file) |
| tuple | _open = _mk_single_path_wrapper('open', _open) |
Wrap 'os' module and 'open()' builtin for virtualizing setup scripts
| def setuptools.sandbox.AbstractSandbox.__init__ | ( | self | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Called for path inputs
|
private |
Called for path outputs
|
private |
Called for path pairs like rename, link, and symlink operations
|
private |
Called to remap or validate any path, whether input or output
| def setuptools.sandbox.AbstractSandbox.run | ( | self, | |
| func | |||
| ) |
Run 'func' under os sandboxing
|
staticprivate |
|
private |
|
staticprivate |
|
staticprivate |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.