OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, sandbox, exceptions=_EXCEPTIONS) |
def | tmpnam (self) |
def | open (self, file, flags, mode=0o777, *args, **kw) |
![]() | |
def | __init__ (self) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_value, traceback) |
def | run (self, func) |
Static Public Attributes | |
write_ops | |
Restrict operations to a single subdirectory - pseudo-chroot
def __init__ | ( | self, | |
sandbox, | |||
exceptions = _EXCEPTIONS |
|||
) |
def open | ( | self, | |
file, | |||
flags, | |||
mode = 0o777 , |
|||
* | args, | ||
** | kw | ||
) |
Called for low-level os.open()
def tmpnam | ( | self | ) |
|
static |