Home
last modified time | relevance | path

Searched refs:PyType_GetDict (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h279 PyAPI_FUNC(PyObject *) PyType_GetDict(PyTypeObject *);
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c645 PyObject *attrdict = PyType_GetDict((PyTypeObject *)self); in StructUnionType_init()
1285 PyObject *attrdict = PyType_GetDict(self); in PyCPointerType_set_type_impl()
2677 PyObject *attrdict = PyType_GetDict((PyTypeObject *)self); in PyCFuncPtrType_init()
4546 PyObject *attrdict = PyType_GetDict(type); in _init_pos_args()
/external/python/cpython3/Doc/c-api/
Dtype.rst53 .. c:function:: PyObject* PyType_GetDict(PyTypeObject* type)
Dtypeobj.rst1753 Use :c:func:`PyType_GetDict` to retrieve the dictionary for an arbitrary
1760 Use :c:func:`PyType_GetDict` to get the dict for an arbitrary type.
/external/python/cpython3/Modules/
D_testcapimodule.c638 PyObject *long_dict = PyType_GetDict(&PyLong_Type); in test_get_type_dict()
648 PyObject *type_dict = PyType_GetDict((PyTypeObject*)HeapTypeNameType); in test_get_type_dict()
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a1.rst6494 The new :c:func:`PyType_GetDict` provides the dictionary for the given type
6498 :c:func:`!PyType_GetDict()` provides the correct dict object instead.
/external/python/cpython3/Objects/
Dtypeobject.c387 PyType_GetDict(PyTypeObject *self) in PyType_GetDict() function
/external/python/cpython3/Doc/data/
Dpython3.13.abi803 …<elf-symbol name='PyType_GetDict' type='func-type' binding='global-binding' visibility='default-vi…
9862PyType_GetDict' mangled-name='PyType_GetDict' filepath='Objects/typeobject.c' line='387' column='1…