Searched refs:syspath (Results 1 – 5 of 5) sorted by relevance
192 PyObject *syspath; in _Py_FindSourceFile() local215 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()
52 self.syspath = list(sys.path)56 sys.path[:] = self.syspath
50 self.syspath = list(sys.path)53 sys.path[:] = self.syspath
523 self.syspath = sys.path[:]527 sys.path[:] = self.syspath
539 self.syspath = sys.path[:]543 sys.path[:] = self.syspath