_dictobject Struct Reference

_dictobject Struct Reference

#include <dictobject.h>

Class Description

Definition at line 70 of file dictobject.h.

Public Attributes

PyObject_HEAD Py_ssize_t ma_fill
 
Py_ssize_t ma_used
 
Py_ssize_t ma_mask
 
PyDictEntryma_table
 
PyDictEntry *(* ma_lookup )(PyDictObject *mp, PyObject *key, long hash)
 
PyDictEntry ma_smalltable [8]
 

Member Data Documentation

Definition at line 72 of file dictobject.h.

PyDictEntry*(* ma_lookup) (PyDictObject *mp, PyObject *key, long hash)

Definition at line 87 of file dictobject.h.

Py_ssize_t ma_mask

Definition at line 79 of file dictobject.h.

PyDictEntry ma_smalltable[8]

Definition at line 88 of file dictobject.h.

PyDictEntry* ma_table

Definition at line 86 of file dictobject.h.

Py_ssize_t ma_used

Definition at line 73 of file dictobject.h.


The documentation for this struct was generated from the following file: