Searched refs:syspath (Results 1 – 5 of 5) sorted by relevance
291 PyObject *syspath; in _Py_FindSourceFile() local314 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()
51 self.syspath = list(sys.path)55 sys.path[:] = self.syspath
50 self.syspath = list(sys.path)53 sys.path[:] = self.syspath
522 self.syspath = sys.path[:]526 sys.path[:] = self.syspath
628 self.syspath = sys.path[:]632 sys.path[:] = self.syspath