Orbits
1
|
Public Member Functions | |
def | __init__ |
def | tmpnam |
def | open |
Public Member Functions inherited from setuptools.sandbox.AbstractSandbox | |
def | __init__ |
def | run |
Static Public Attributes | |
tuple | write_ops |
Private Member Functions | |
def | _violation |
def | _file |
def | _open |
def | _ok |
def | _exempted |
def | _remap_input |
def | _remap_pair |
Private Attributes | |
_sandbox | |
_prefix | |
_exceptions | |
_active | |
Static Private Attributes | |
list | _exception_patterns |
Restrict operations to a single subdirectory - pseudo-chroot
def setuptools.sandbox.DirectorySandbox.__init__ | ( | self, | |
sandbox, | |||
exceptions = _EXCEPTIONS |
|||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
Called for path inputs
|
private |
Called for path pairs like rename, link, and symlink operations
|
private |
def setuptools.sandbox.DirectorySandbox.open | ( | self, | |
file, | |||
flags, | |||
mode = 0o777 , |
|||
args, | |||
kw | |||
) |
Called for low-level os.open()
def setuptools.sandbox.DirectorySandbox.tmpnam | ( | self | ) |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
static |
Copyright 2014 Google Inc. All rights reserved.