Searched refs:PyType_GetName (Results 1 – 14 of 14) sorted by relevance
183 PyType_GetName(type)); in _testcapi_VectorCallClass_set_vectorcall_impl()189 PyType_GetName(type)); in _testcapi_VectorCallClass_set_vectorcall_impl()
525 PyAPI_FUNC(PyObject *) PyType_GetName(PyTypeObject *);
650 EXPORT_FUNC(PyType_GetName)
690 func,PyType_GetName,3.11,,
2368 PyType_GetName:PyObject*::+1:2369 PyType_GetName:PyTypeObject*:type:0:
810 …<elf-symbol name='PyType_GetName' type='func-type' binding='global-binding' visibility='default-vi…9924 …PyType_GetName' mangled-name='PyType_GetName' filepath='Objects/typeobject.c' line='4883' column='…
495 strobj = PyType_GetName(type); in _excinfo_init_type_from_exception()
1057 PyObject *cls_str = PyType_GetName(Py_TYPE(exc)); in _ctypes_extend_error()
176 .. c:function:: PyObject* PyType_GetName(PyTypeObject *type)
2261 [function.PyType_GetName]
604 return PyType_GetName((PyTypeObject *)type); in get_type_name()
2213 * Add a new :c:func:`PyType_GetName` function to get type's short name.
5098 Add a new :c:func:`PyType_GetName` function to get type's short name.
4883 PyType_GetName(PyTypeObject *type) in PyType_GetName() function