Home
last modified time | relevance | path

Searched refs:PyType_GetModuleName (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Include/
Dobject.h530 PyAPI_FUNC(PyObject *) PyType_GetModuleName(PyTypeObject *type);
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a6.rst1215 type and of a type: call :c:func:`PyType_GetModuleName`. See :pep:`737` for
1225 Add :c:func:`PyType_GetModuleName` function to get the type's module name.
/external/python/cpython3/PC/
Dpython3dll.c648 EXPORT_FUNC(PyType_GetModuleName)
/external/python/cpython3/Doc/data/
Dstable_abi.dat688 func,PyType_GetModuleName,3.13,,
Dpython3.13.abi808 …<elf-symbol name='PyType_GetModuleName' type='func-type' binding='global-binding' visibility='defa…
9928PyType_GetModuleName' mangled-name='PyType_GetModuleName' filepath='Objects/typeobject.c' line='48…
/external/python/cpython3/Modules/
D_functoolsmodule.c428 mod = PyType_GetModuleName(Py_TYPE(pto)); in partial_repr()
D_testcapimodule.c628 return PyType_GetModuleName((PyTypeObject *)type); in get_type_module_name()
/external/python/cpython3/Python/
Dcrossinterp.c517 strobj = PyType_GetModuleName(type); in _excinfo_init_type_from_exception()
/external/python/cpython3/Doc/c-api/
Dtype.rst198 .. c:function:: PyObject* PyType_GetModuleName(PyTypeObject *type)
/external/python/cpython3/Misc/
Dstable_abi.toml2494 [function.PyType_GetModuleName]
/external/python/cpython3/Doc/whatsnew/
D3.13.rst2161 * Add the :c:func:`PyType_GetModuleName` function
/external/python/cpython3/Objects/
Dtypeobject.c4895 PyType_GetModuleName(PyTypeObject *type) in PyType_GetModuleName() function