Home
last modified time | relevance | path

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

/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/cpython2/PC/os2vacpp/
Dpython.def429 Py_GetPlatform
/external/python/cpython2/Modules/
Dmain.c551 Py_GetVersion(), Py_GetPlatform()); in Py_Main()
D_hotshot.c1446 pack_add_info(self, "platform", Py_GetPlatform()); in write_header()
/external/python/cpython2/PC/os2emx/
Dpython27.def947 "Py_GetPlatform"
/external/python/cpython2/Doc/c-api/
Dinit.rst216 .. c:function:: const char* Py_GetPlatform()