Home
last modified time | relevance | path

Searched refs:PyODict_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dodictobject.h23 #define PyODict_SIZE(op) PyDict_GET_SIZE((op)) macro
/external/python/cpython3/Objects/
Dodictobject.c938 res += sizeof(_ODictNode) * PyODict_SIZE(od); /* linked-list */ in odict_sizeof()
1431 if (PyODict_SIZE(self) == 0) in odict_repr()
1442 pieces = PyList_New(PyODict_SIZE(self)); in odict_repr()
1746 if (di->di_size != PyODict_SIZE(di->di_odict)) { in odictiter_nextkey()
1926 di->di_size = PyODict_SIZE(od); in odictiter_new()