Home
last modified time | relevance | path

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

/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/cpython2/PC/os2vacpp/
Dpython.def426 Py_GetCopyright
/external/python/cpython2/PC/os2emx/
Dpython27.def944 "Py_GetCopyright"
/external/python/cpython2/Doc/c-api/
Dinit.rst229 .. c:function:: const char* Py_GetCopyright()