Home
last modified time | relevance | path

Searched refs:PyExceptionClass_Name (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpyerrors.h59 PyAPI_FUNC(const char *) PyExceptionClass_Name(PyObject *);
/third_party/python/Misc/NEWS.d/
D3.10.0a6.rst494 :c:func:`PyExceptionClass_Name` is now always declared as a function, in
D3.8.0a1.rst1134 :c:func:`PyExceptionClass_Name` were added as functions. A script for
8947 :c:func:`PyExceptionClass_Name` will now return ``const char *`` instead of
/third_party/python/Doc/data/
Dstable_abi.dat256 function,PyExceptionClass_Name,3.8,
/third_party/python/PC/
Dpython3dll.c258 EXPORT_FUNC(PyExceptionClass_Name)
/third_party/python/Misc/
Dstable_abi.txt2027 function PyExceptionClass_Name
/third_party/python/Objects/
Dexceptions.c368 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function
/third_party/python/Doc/whatsnew/
D3.8.rst1582 * The result of :c:func:`PyExceptionClass_Name` is now of type