Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h63 PyAPI_FUNC(const char *) PyExceptionClass_Name(PyObject *);
/third_party/python/PC/
Dpython3dll.c264 EXPORT_FUNC(PyExceptionClass_Name)
/third_party/python/Doc/data/
Dstable_abi.dat267 function,PyExceptionClass_Name,3.8,,
/third_party/python/Misc/
Dstable_abi.toml2105 [function.PyExceptionClass_Name]
DNEWS9509 - bpo-40170: :c:func:`PyExceptionClass_Name` is now always declared as a
18820 :c:func:`PyExceptionClass_Name` were added as functions. A script for
21420 - bpo-33818: :c:func:`PyExceptionClass_Name` will now return ``const char
/third_party/python/Objects/
Dexceptions.c427 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function
/third_party/python/Doc/whatsnew/
D3.8.rst1584 * The result of :c:func:`PyExceptionClass_Name` is now of type