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