Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dgetplatform.c9 Py_GetPlatform(void) in Py_GetPlatform() function
Dsysmodule.c3501 SET_SYS_FROM_STRING("platform", Py_GetPlatform()); in _PySys_InitCore()
/external/python/cpython3/Include/
Dpylifecycle.h53 PyAPI_FUNC(const char *) Py_GetPlatform(void);
/external/python/cpython3/Modules/
Dmain.c193 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
/external/python/cpython3/PC/
Dpython3dll.c63 EXPORT_FUNC(Py_GetPlatform)
/external/python/cpython3/Doc/data/
Dstable_abi.dat852 func,Py_GetPlatform,3.2,,
Drefcounts.dat2959 Py_GetPlatform:const char*:::
Dpython3.13.abi994 …<elf-symbol name='Py_GetPlatform' type='func-type' binding='global-binding' visibility='default-vi…
3690Py_GetPlatform' mangled-name='Py_GetPlatform' filepath='./Python/getplatform.c' line='9' column='1…
/external/python/cpython3/Misc/
Dstable_abi.toml1637 [function.Py_GetPlatform]
/external/python/cpython3/Doc/c-api/
Dinit.rst55 * :c:func:`Py_GetPlatform`
744 .. c:function:: const char* Py_GetPlatform()