Home
last modified time | relevance | path

Searched defs:_dictkeysobject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Ddict-common.h22 struct _dictkeysobject { struct
23 Py_ssize_t dk_refcnt;
26 Py_ssize_t dk_size;
41 dict_lookup_func dk_lookup;
44 Py_ssize_t dk_usable;
47 Py_ssize_t dk_nentries;
62 char dk_indices[]; /* char is required to avoid strict aliasing. */