Home
last modified time | relevance | path

Searched refs:DirectorySandbox (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Python3/
Dez_setup.py209 from setuptools.sandbox import DirectorySandbox
210 if not hasattr(DirectorySandbox, '_old'):
213 DirectorySandbox._old = DirectorySandbox._violation
214 DirectorySandbox._violation = violation
225 DirectorySandbox._violation = DirectorySandbox._old
226 del DirectorySandbox._old
/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py14 with setuptools.sandbox.DirectorySandbox(str(tmpdir)):
123 with setuptools.sandbox.DirectorySandbox(str(tmpdir)):
/external/python/setuptools/setuptools/
Dsandbox.py248 with DirectorySandbox(setup_dir):
382 class DirectorySandbox(AbstractSandbox): class
/external/python/setuptools/
DCHANGES.rst2251 * Issue #121: Exempt lib2to3 pickled grammars from DirectorySandbox.