Home
last modified time | relevance | path

Searched refs:Py_GetPlatform (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Python/
Dgetplatform.c9 Py_GetPlatform(void) in Py_GetPlatform() function
Dsysmodule.c2828 SET_SYS_FROM_STRING("platform", Py_GetPlatform()); in _PySys_InitCore()
/third_party/python/Include/
Dpylifecycle.h55 PyAPI_FUNC(const char *) Py_GetPlatform(void);
/third_party/python/Modules/
Dmain.c195 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
/third_party/python/Doc/data/
Dstable_abi.dat798 function,Py_GetPlatform,3.2,
Drefcounts.dat2995 Py_GetPlatform:const char*:::
/third_party/python/PC/
Dpython3dll.c65 EXPORT_FUNC(Py_GetPlatform)
/third_party/python/Misc/
Dstable_abi.txt1526 function Py_GetPlatform
/third_party/python/Doc/c-api/
Dinit.rst48 * :c:func:`Py_GetPlatform`
537 .. c:function:: const char* Py_GetPlatform()