Searched refs:PyODict_SIZE (Results 1 – 2 of 2) sorted by relevance
23 #define PyODict_SIZE(op) PyDict_GET_SIZE((op)) macro
885 res += sizeof(_ODictNode) * PyODict_SIZE(od); /* linked-list */ in odict_sizeof()1391 if (PyODict_SIZE(self) == 0) in odict_repr()1402 pieces = PyList_New(PyODict_SIZE(self)); in odict_repr()1707 if (di->di_size != PyODict_SIZE(di->di_odict)) { in odictiter_nextkey()1886 di->di_size = PyODict_SIZE(od); in odictiter_new()