Home
last modified time | relevance | path

Searched refs:Py_GetVersion (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Python/
Dgetversion.c9 Py_GetVersion(void) in Py_GetVersion() function
Dfrozenmain.c47 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
Dsysmodule.c1422 PyString_FromString(Py_GetVersion())); in _PySys_Init()
/external/python/cpython3/Python/
Dgetversion.c9 Py_GetVersion(void) in Py_GetVersion() function
Dfrozenmain.c90 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
Dsysmodule.c2320 PyUnicode_FromString(Py_GetVersion())); in _PySys_BeginInit()
/external/python/cpython2/Include/
Dpythonrun.h109 PyAPI_FUNC(const char *) Py_GetVersion(void);
/external/python/cpython3/Include/
Dpylifecycle.h155 PyAPI_FUNC(const char *) Py_GetVersion(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def434 Py_GetVersion
/external/python/cpython2/Modules/
Dmain.c556 Py_GetVersion(), Py_GetPlatform()); in Py_Main()
D_hotshot.c1449 buffer = (char *) Py_GetVersion(); in write_header()
/external/python/cpython3/PC/
Dpython3.def745 Py_GetVersion=python37.Py_GetVersion
/external/python/cpython2/PC/os2emx/
Dpython27.def950 "Py_GetVersion"
/external/python/cpython3/Modules/
Dmain.c1239 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
2909 (cmdline->print_version >= 2) ? Py_GetVersion() : PY_VERSION); in pymain_cmdline_impl()
/external/python/cpython3/Doc/c-api/
Dinit.rst46 * :c:func:`Py_GetVersion`
483 .. c:function:: const char* Py_GetVersion()
/external/python/cpython3/Doc/data/
Drefcounts.dat2985 Py_GetVersion:const char*:::
/external/python/cpython2/Doc/c-api/
Dinit.rst201 .. c:function:: const char* Py_GetVersion()
/external/python/cpython2/Misc/
DHISTORY13967 - Some of the Py_Get* function, like Py_GetVersion() (but not yet
/external/python/cpython3/Misc/
DHISTORY31346 - Some of the Py_Get* function, like Py_GetVersion() (but not yet