Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_len

970         Py_ssize_t dict_len = PyObject_Length(dict);
971 if (dict_len == -1)
973 if (!dict_len) {