Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dodictobject.h23 #define PyODict_SIZE(op) PyDict_GET_SIZE((op)) macro
/third_party/python/Objects/
H A Dodictobject.c938 res += sizeof(_ODictNode) * PyODict_SIZE(od); /* linked-list */ in odict_sizeof()
1377 if (PyODict_SIZE(self) == 0) in odict_repr()
1388 pieces = PyList_New(PyODict_SIZE(self)); in odict_repr()
1692 if (di->di_size != PyODict_SIZE(di->di_odict)) { in odictiter_nextkey()
1877 di->di_size = PyODict_SIZE(od); in odictiter_new()

Completed in 4 milliseconds