Home
last modified time | relevance | path

Searched refs:PyType_GetName (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Modules/_testcapi/
Dvectorcall.c183 PyType_GetName(type)); in _testcapi_VectorCallClass_set_vectorcall_impl()
189 PyType_GetName(type)); in _testcapi_VectorCallClass_set_vectorcall_impl()
/external/python/cpython3/Include/
Dobject.h525 PyAPI_FUNC(PyObject *) PyType_GetName(PyTypeObject *);
/external/python/cpython3/PC/
Dpython3dll.c650 EXPORT_FUNC(PyType_GetName)
/external/python/cpython3/Doc/data/
Dstable_abi.dat690 func,PyType_GetName,3.11,,
Drefcounts.dat2368 PyType_GetName:PyObject*::+1:
2369 PyType_GetName:PyTypeObject*:type:0:
Dpython3.13.abi810 …<elf-symbol name='PyType_GetName' type='func-type' binding='global-binding' visibility='default-vi…
9924PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='4883' column='…
/external/python/cpython3/Python/
Dcrossinterp.c495 strobj = PyType_GetName(type); in _excinfo_init_type_from_exception()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1057 PyObject *cls_str = PyType_GetName(Py_TYPE(exc)); in _ctypes_extend_error()
/external/python/cpython3/Doc/c-api/
Dtype.rst176 .. c:function:: PyObject* PyType_GetName(PyTypeObject *type)
/external/python/cpython3/Misc/
Dstable_abi.toml2261 [function.PyType_GetName]
/external/python/cpython3/Modules/
D_testcapimodule.c604 return PyType_GetName((PyTypeObject *)type); in get_type_name()
/external/python/cpython3/Doc/whatsnew/
D3.11.rst2213 * Add a new :c:func:`PyType_GetName` function to get type's short name.
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst5098 Add a new :c:func:`PyType_GetName` function to get type's short name.
/external/python/cpython3/Objects/
Dtypeobject.c4883 PyType_GetName(PyTypeObject *type) in PyType_GetName() function