Home
last modified time | relevance | path

Searched refs:DirsOnSysPath (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/test_tools/
D__init__.py30 with import_helper.DirsOnSysPath(tooldir) as cm:
34 with import_helper.DirsOnSysPath(scriptsdir):
/third_party/python/Lib/test/support/
Dimport_helper.py175 class DirsOnSysPath(object): class
/third_party/python/Lib/test/test_importlib/
Dtest_api.py253 with import_helper.DirsOnSysPath(cwd):
304 with import_helper.DirsOnSysPath(cwd):
Dutil.py165 with import_helper.DirsOnSysPath(cwd):
/third_party/python/Lib/test/test_import/
D__init__.py24 forget, make_legacy_pyc, unlink, unload, DirsOnSysPath)
802 with uncache('submodule1', 'submodule2'), DirsOnSysPath(path):
810 DirsOnSysPath(os.path.join(os.path.dirname(__file__), 'data')):
/third_party/python/Lib/unittest/test/
Dtest_discovery.py852 with import_helper.DirsOnSysPath():
869 with import_helper.DirsOnSysPath():
/third_party/python/Lib/test/
Dtest_support.py328 with import_helper.DirsOnSysPath('foo', 'bar'):
Dtest_inspect.py29 from test.support.import_helper import DirsOnSysPath
802 with DirsOnSysPath(self.tempdir):
D_test_multiprocessing.py1133 with import_helper.DirsOnSysPath(os.getcwd()):
/third_party/python/Doc/library/
Dtest.rst1565 .. class:: DirsOnSysPath(*paths)