Searched refs:check_complexity (Results 1 – 1 of 1) sorted by relevance
137 check_complexity(PyObject *obj, Py_ssize_t limit) in check_complexity() function143 limit = check_complexity(PyTuple_GET_ITEM(obj, i), limit); in check_complexity()153 limit = check_complexity(item, limit); in check_complexity()185 if (n && check_complexity(w, MAX_TOTAL_ITEMS / n) < 0) { in safe_multiply()