Home
last modified time | relevance | path

Searched refs:syspath (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dtraceback.c291 PyObject *syspath; in _Py_FindSourceFile() local
314 syspath = _PySys_GetObjectId(&PyId_path); in _Py_FindSourceFile()
315 if (syspath == NULL || !PyList_Check(syspath)) in _Py_FindSourceFile()
317 npath = PyList_Size(syspath); in _Py_FindSourceFile()
320 v = PyList_GetItem(syspath, i); in _Py_FindSourceFile()
/external/python/cpython3/Lib/test/
Dtest_pkg.py51 self.syspath = list(sys.path)
55 sys.path[:] = self.syspath
/external/python/cpython2/Lib/test/
Dtest_pkg.py50 self.syspath = list(sys.path)
53 sys.path[:] = self.syspath
Dtest_import.py522 self.syspath = sys.path[:]
526 sys.path[:] = self.syspath
/external/python/cpython3/Lib/test/test_import/
D__init__.py628 self.syspath = sys.path[:]
632 sys.path[:] = self.syspath