Searched refs:Py_GetVersion (Results 1 – 23 of 23) sorted by relevance
9 Py_GetVersion(void) in Py_GetVersion() function
47 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
1422 PyString_FromString(Py_GetVersion())); in _PySys_Init()
96 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
2065 (print_version >= 2) ? Py_GetVersion() : PY_VERSION); in config_parse_cmdline()
2695 PyUnicode_FromString(Py_GetVersion())); in _PySys_InitCore()
55 PyAPI_FUNC(const char *) Py_GetVersion(void);
109 PyAPI_FUNC(const char *) Py_GetVersion(void);
434 Py_GetVersion
561 Py_GetVersion(), Py_GetPlatform()); in Py_Main()
1449 buffer = (char *) Py_GetVersion(); in write_header()
195 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()
749 Py_GetVersion=python39.Py_GetVersion
950 "Py_GetVersion"
245 const char *runtime_ver = Py_GetVersion(); \
49 * :c:func:`Py_GetVersion`491 .. c:function:: const char* Py_GetVersion()
503 static bool is_zero = Py_GetVersion()[4] == '0'; in PYBIND11_NAMESPACE_BEGIN()
3026 Py_GetVersion:const char*:::
201 .. c:function:: const char* Py_GetVersion()
1896 Python/getversion.c Py_GetVersion version variable static char version[250]
13967 - Some of the Py_Get* function, like Py_GetVersion() (but not yet
31346 - Some of the Py_Get* function, like Py_GetVersion() (but not yet