/external/python/cpython2/RISCOS/Modules/ |
D | getpath_riscos.c | 31 Py_GetPath() in Py_GetPath() function
|
/external/python/cpython3/Include/ |
D | pylifecycle.h | 60 PyAPI_FUNC(wchar_t *) Py_GetPath(void);
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 49 extern wchar_t *Py_GetPath(void); 411 PySys_SetPath(Py_GetPath()); in _Py_InitializeEx_Private() 816 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 106 PyAPI_FUNC(char *) Py_GetPath(void);
|
/external/python/cpython2/PC/os2emx/ |
D | getpathp.c | 391 Py_GetPath(void) in Py_GetPath() function
|
D | python27.def | 20 "Py_GetPath"
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 428 Py_GetPath
|
D | getpathp.c | 449 Py_GetPath(void) in Py_GetPath() function
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 52 extern char *Py_GetPath(void); 249 PySys_SetPath(Py_GetPath()); in Py_InitializeEx() 615 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
|
/external/python/cpython2/Modules/ |
D | getpath.c | 715 Py_GetPath(void) in Py_GetPath() function
|
/external/python/cpython2/PC/ |
D | getpathp.c | 687 Py_GetPath(void) in Py_GetPath() function
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1292 char* (__cdecl * Py_GetPath)(void); in get_sys_prefix() 1327 Py_GetPath = (char * (*)(void))GetProcAddress in get_sys_prefix() 1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1336 char* (__cdecl * Py_GetPath)(void); in get_sys_prefix() 1371 Py_GetPath = (char * (*)(void))GetProcAddress in get_sys_prefix() 1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
|
/external/python/cpython3/PC/ |
D | python3.def | 730 Py_GetPath=python36.Py_GetPath
|
D | getpathp.c | 900 Py_GetPath(void) in Py_GetPath() function
|
/external/python/cpython3/Modules/ |
D | getpath.c | 845 Py_GetPath(void) in Py_GetPath() function
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 137 single: Py_GetPath() 143 This is used by :c:func:`Py_GetPath` and some other functions below to find 224 .. c:function:: wchar_t* Py_GetPath() 249 single: Py_GetPath() 252 :c:func:`Py_Initialize`, then :c:func:`Py_GetPath` won't attempt to compute a
|
D | intro.rst | 563 single: Py_GetPath() 572 control has to provide its own implementation of :c:func:`Py_GetPath`,
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 556 single: Py_GetPath() 565 control has to provide its own implementation of :c:func:`Py_GetPath`,
|
D | init.rst | 99 single: Py_GetPath() 104 This is used by :c:func:`Py_GetPath` and some other functions below to find 182 .. c:function:: char* Py_GetPath()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1780 Py_GetPath:char*:::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1775 Py_GetPath:const char*:::
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13968 Py_GetPath()) are now declared as returning a const char *. (More
|
/external/python/cpython3/Misc/ |
D | HISTORY | 31347 Py_GetPath()) are now declared as returning a const char *. (More
|