Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c210 #define INIT_NONZERO_DICT_SLOTS(mp) do { \ macro
218 INIT_NONZERO_DICT_SLOTS(mp); \
268 INIT_NONZERO_DICT_SLOTS(mp); in PyDict_New()
2416 INIT_NONZERO_DICT_SLOTS(d); in dict_new()