Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
_dictobject Struct Reference

#include <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 [PyDict_MINSIZE]
 

Member Data Documentation

PyObject_HEAD Py_ssize_t _dictobject::ma_fill
PyDictEntry*(* _dictobject::ma_lookup)(PyDictObject *mp, PyObject *key, long hash)
Py_ssize_t _dictobject::ma_mask
PyDictEntry _dictobject::ma_smalltable[PyDict_MINSIZE]
PyDictEntry* _dictobject::ma_table
Py_ssize_t _dictobject::ma_used

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

Copyright 2014 Google Inc. All rights reserved.