_dictobject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

ma_fill
Py_ssize_t ma_fill;
Undocumented in source.
ma_lookup
PyDictEntry* function(PyDictObject* mp, PyObject* key, C_long hash) ma_lookup;
Undocumented in source.
ma_mask
Py_ssize_t ma_mask;
Undocumented in source.
ma_smalltable
PyDictEntry ma_smalltable;
Undocumented in source.
ma_table
PyDictEntry* ma_table;
Undocumented in source.
ma_used
Py_ssize_t ma_used;
Undocumented in source.

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_type
PyTypeObject* ob_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta