#include <dictobject.h>
Definition at line 50 of file dictobject.h.
Public Attributes | |
Py_ssize_t | me_hash |
PyObject * | me_key |
PyObject * | me_value |
Py_ssize_t me_hash |
Definition at line 55 of file dictobject.h.
PyObject* me_key |
Definition at line 56 of file dictobject.h.
PyObject* me_value |
Definition at line 57 of file dictobject.h.