Searched refs:PySys_SetPath (Results 1 – 10 of 10) sorted by relevance
15 PyAPI_FUNC(void) PySys_SetPath(char *);
19 PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);
375 PySys_SetPath
84 .. c:function:: void PySys_SetPath(char *path)
256 PySys_SetPath(Py_GetPath()); in Py_InitializeEx()624 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
1567 PySys_SetPath(char *path) in PySys_SetPath() function
562 PySys_SetPath=python37.PySys_SetPath
1134 "PySys_SetPath"
226 .. c:function:: void PySys_SetPath(const wchar_t *path)
2566 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function