Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dgetplatform.c9 Py_GetPlatform(void) in Py_GetPlatform() function
Dsysmodule.c2332 PyUnicode_FromString(Py_GetPlatform())); in _PySys_BeginInit()
/external/python/cpython2/Python/
Dgetplatform.c9 Py_GetPlatform(void) in Py_GetPlatform() function
Dsysmodule.c1439 PyString_FromString(Py_GetPlatform())); in _PySys_Init()
/external/python/cpython2/Include/
Dpythonrun.h110 PyAPI_FUNC(const char *) Py_GetPlatform(void);
/external/python/cpython3/Include/
Dpylifecycle.h156 PyAPI_FUNC(const char *) Py_GetPlatform(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def429 Py_GetPlatform
/external/python/cpython2/Modules/
Dmain.c556 Py_GetVersion(), Py_GetPlatform()); in Py_Main()
D_hotshot.c1446 pack_add_info(self, "platform", Py_GetPlatform()); in write_header()
/external/python/cpython3/PC/
Dpython3.def739 Py_GetPlatform=python37.Py_GetPlatform
/external/python/cpython2/PC/os2emx/
Dpython27.def947 "Py_GetPlatform"
/external/python/cpython3/Modules/
Dmain.c1239 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
/external/python/cpython3/Doc/c-api/
Dinit.rst45 * :c:func:`Py_GetPlatform`
498 .. c:function:: const char* Py_GetPlatform()
/external/python/cpython3/Doc/data/
Drefcounts.dat2977 Py_GetPlatform:const char*:::
/external/python/cpython2/Doc/c-api/
Dinit.rst216 .. c:function:: const char* Py_GetPlatform()