Searched refs:PySys_SetPath (Results 1 – 13 of 13) sorted by relevance
15 PyAPI_FUNC(void) PySys_SetPath(char *);
15 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
1134 "PySys_SetPath"
542 EXPORT_FUNC(PySys_SetPath)
585 function,PySys_SetPath,3.2,
644 …<elf-symbol name='PySys_SetPath' type='func-type' binding='global-binding' visibility='default-vis…18278 …PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='3123' column='1'…
253 .. c:function:: void PySys_SetPath(const wchar_t *path)
1235 function PySys_SetPath
3123 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function