Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h67 PyAPI_FUNC(const char *) PyExceptionClass_Name(PyObject *);
/external/python/cpython3/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
/external/python/cpython3/PC/
Dpython3dll.c277 EXPORT_FUNC(PyExceptionClass_Name)
/external/python/cpython3/Doc/data/
Dstable_abi.dat271 func,PyExceptionClass_Name,3.8,,
Dpython3.13.abi245 …<elf-symbol name='PyExceptionClass_Name' type='func-type' binding='global-binding' visibility='def…
6727PyExceptionClass_Name' mangled-name='PyExceptionClass_Name' filepath='Objects/exceptions.c' line='…
/external/python/cpython3/Misc/
Dstable_abi.toml2128 [function.PyExceptionClass_Name]
/external/python/cpython3/Objects/
Dexceptions.c436 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1587 * The result of :c:func:`PyExceptionClass_Name` is now of type