Home
last modified time | relevance | path

Searched refs:Py_GetVersion (Results 1 – 23 of 23) 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.c96 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
Dinitconfig.c2065 (print_version >= 2) ? Py_GetVersion() : PY_VERSION); in config_parse_cmdline()
Dsysmodule.c2695 PyUnicode_FromString(Py_GetVersion())); in _PySys_InitCore()
/external/python/cpython3/Include/
Dpylifecycle.h55 PyAPI_FUNC(const char *) Py_GetVersion(void);
/external/python/cpython2/Include/
Dpythonrun.h109 PyAPI_FUNC(const char *) Py_GetVersion(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def434 Py_GetVersion
/external/python/cpython2/Modules/
Dmain.c561 Py_GetVersion(), Py_GetPlatform()); in Py_Main()
D_hotshot.c1449 buffer = (char *) Py_GetVersion(); in write_header()
/external/python/cpython3/Modules/
Dmain.c195 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
/external/python/cpython3/PC/
Dpython3.def749 Py_GetVersion=python39.Py_GetVersion
/external/python/cpython2/PC/os2emx/
Dpython27.def950 "Py_GetVersion"
/external/python/pybind11/include/pybind11/detail/
Dcommon.h245 const char *runtime_ver = Py_GetVersion(); \
/external/python/cpython3/Doc/c-api/
Dinit.rst49 * :c:func:`Py_GetVersion`
491 .. c:function:: const char* Py_GetVersion()
/external/python/pybind11/include/pybind11/
Dpybind11.h503 static bool is_zero = Py_GetVersion()[4] == '0'; in PYBIND11_NAMESPACE_BEGIN()
/external/python/cpython3/Doc/data/
Drefcounts.dat3026 Py_GetVersion:const char*:::
/external/python/cpython2/Doc/c-api/
Dinit.rst201 .. c:function:: const char* Py_GetVersion()
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv1896 Python/getversion.c Py_GetVersion version variable static char version[250]
/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