Searched refs:PyExceptionClass_Name (Results 1 – 8 of 8) sorted by relevance
59 PyAPI_FUNC(const char *) PyExceptionClass_Name(PyObject *);
494 :c:func:`PyExceptionClass_Name` is now always declared as a function, in
1134 :c:func:`PyExceptionClass_Name` were added as functions. A script for8947 :c:func:`PyExceptionClass_Name` will now return ``const char *`` instead of
256 function,PyExceptionClass_Name,3.8,
258 EXPORT_FUNC(PyExceptionClass_Name)
2027 function PyExceptionClass_Name
368 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function
1582 * The result of :c:func:`PyExceptionClass_Name` is now of type