Home | History | Annotate | Download | only in Python

Lines Matching defs:default_count

1706         Py_ssize_t default_count = PyList_GET_SIZE(keys);
1713 ADDOP_I(c, BUILD_CONST_KEY_MAP, default_count);
1714 assert(default_count > 0);