Searched defs:PyDict_MINSIZE (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ | ||
D | dictobject.h | 48 #define PyDict_MINSIZE 8 macro |
/aosp_15_r20/external/python/cpython3/Objects/ | ||
D | dictobject.c | 113 #define PyDict_MINSIZE 8 macro |