Searched refs:PySys_SetPath (Results 1 – 19 of 19) sorted by relevance
15 PyAPI_FUNC(void) PySys_SetPath(char *);
15 Py_DEPRECATED(3.11) 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"
553 EXPORT_FUNC(PySys_SetPath)
603 function,PySys_SetPath,3.2,,
660 …<elf-symbol name='PySys_SetPath' type='func-type' binding='global-binding' visibility='default-vis…15604 …PySys_SetPath' mangled-name='PySys_SetPath' filepath='./Python/sysmodule.c' line='3237' column='1'…
265 .. c:function:: void PySys_SetPath(const wchar_t *path)
3283 PySys_SetPath(const wchar_t *path) in PySys_SetPath() function
1327 [function.PySys_SetPath]
2032 :c:func:`PySys_SetArgvEx`, :c:func:`PySys_SetPath`. Patch by Victor Stinner.
2573 * :c:func:`PySys_SetPath`