Searched refs:PyExceptionClass_Name (Results 1 – 7 of 7) sorted by relevance
63 PyAPI_FUNC(const char *) PyExceptionClass_Name(PyObject *);
264 EXPORT_FUNC(PyExceptionClass_Name)
267 function,PyExceptionClass_Name,3.8,,
2105 [function.PyExceptionClass_Name]
9509 - bpo-40170: :c:func:`PyExceptionClass_Name` is now always declared as a18820 :c:func:`PyExceptionClass_Name` were added as functions. A script for21420 - bpo-33818: :c:func:`PyExceptionClass_Name` will now return ``const char
427 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function
1584 * The result of :c:func:`PyExceptionClass_Name` is now of type