Searched refs:PyType_GetDict (Results 1 – 8 of 8) sorted by relevance
279 PyAPI_FUNC(PyObject *) PyType_GetDict(PyTypeObject *);
645 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()
53 .. c:function:: PyObject* PyType_GetDict(PyTypeObject* type)
1753 Use :c:func:`PyType_GetDict` to retrieve the dictionary for an arbitrary1760 Use :c:func:`PyType_GetDict` to get the dict for an arbitrary type.
638 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()
6494 The new :c:func:`PyType_GetDict` provides the dictionary for the given type6498 :c:func:`!PyType_GetDict()` provides the correct dict object instead.
387 PyType_GetDict(PyTypeObject *self) in PyType_GetDict() function
803 …<elf-symbol name='PyType_GetDict' type='func-type' binding='global-binding' visibility='default-vi…9862 …PyType_GetDict' mangled-name='PyType_GetDict' filepath='Objects/typeobject.c' line='387' column='1…