Home
last modified time | relevance | path

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

/third_party/python/Python/
Dgetversion.c9 Py_GetVersion(void) in Py_GetVersion() function
Dfrozenmain.c96 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
Dsysmodule.c2821 SET_SYS_FROM_STRING("version", Py_GetVersion()); in _PySys_InitCore()
Dinitconfig.c2454 (print_version >= 2) ? Py_GetVersion() : PY_VERSION); in config_parse_cmdline()
/third_party/python/Include/
Dpylifecycle.h54 PyAPI_FUNC(const char *) Py_GetVersion(void);
/third_party/python/Modules/
Dmain.c195 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
/third_party/python/Doc/data/
Dstable_abi.dat804 function,Py_GetVersion,3.2,
Drefcounts.dat3003 Py_GetVersion:const char*:::
/third_party/python/PC/
Dpython3dll.c71 EXPORT_FUNC(Py_GetVersion)
/third_party/python/Misc/
Dstable_abi.txt1538 function Py_GetVersion
DHISTORY31346 - Some of the Py_Get* function, like Py_GetVersion() (but not yet
/third_party/python/Doc/c-api/
Dinit.rst49 * :c:func:`Py_GetVersion`
522 .. c:function:: const char* Py_GetVersion()