Home
last modified time | relevance | path

Searched refs:Py_GetCopyright (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Python/
Dgetcopyright.c20 Py_GetCopyright(void) in Py_GetCopyright() function
Dfrozenmain.c90 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
Dsysmodule.c2330 PyUnicode_FromString(Py_GetCopyright())); in _PySys_BeginInit()
/external/python/cpython2/Python/
Dgetcopyright.c20 Py_GetCopyright(void) in Py_GetCopyright() function
Dfrozenmain.c47 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
Dsysmodule.c1437 PyString_FromString(Py_GetCopyright())); in _PySys_Init()
/external/python/cpython2/Include/
Dpythonrun.h111 PyAPI_FUNC(const char *) Py_GetCopyright(void);
/external/python/cpython3/Include/
Dpylifecycle.h157 PyAPI_FUNC(const char *) Py_GetCopyright(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def426 Py_GetCopyright
/external/python/cpython3/PC/
Dpython3.def736 Py_GetCopyright=python37.Py_GetCopyright
/external/python/cpython2/PC/os2emx/
Dpython27.def944 "Py_GetCopyright"
/external/python/cpython3/Doc/c-api/
Dinit.rst44 * :c:func:`Py_GetCopyright`
511 .. c:function:: const char* Py_GetCopyright()
/external/python/cpython3/Doc/data/
Drefcounts.dat2971 Py_GetCopyright:const char*:::
/external/python/cpython2/Doc/c-api/
Dinit.rst229 .. c:function:: const char* Py_GetCopyright()