Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dtraceback.c192 PyObject *syspath; in _Py_FindSourceFile() local
215 syspath = _PySys_GetObjectId(&PyId_path); in _Py_FindSourceFile()
216 if (syspath == NULL || !PyList_Check(syspath)) in _Py_FindSourceFile()
218 npath = PyList_Size(syspath); in _Py_FindSourceFile()
221 v = PyList_GetItem(syspath, i); in _Py_FindSourceFile()
/external/python/cpython3/Lib/test/
Dtest_pkg.py52 self.syspath = list(sys.path)
56 sys.path[:] = self.syspath
/external/python/cpython2/Lib/test/
Dtest_pkg.py50 self.syspath = list(sys.path)
53 sys.path[:] = self.syspath
Dtest_import.py523 self.syspath = sys.path[:]
527 sys.path[:] = self.syspath
/external/python/cpython3/Lib/test/test_import/
D__init__.py539 self.syspath = sys.path[:]
543 sys.path[:] = self.syspath