Lines Matching defs:len
738 Py_ssize_t len;
760 Py_ssize_t len = 0;
762 len = si->len;
763 return PyLong_FromSsize_t(len);
766 PyDoc_STRVAR(length_hint_doc, "Private method returning an estimate of len(list(it)).");
821 si->len--;
875 si->len = so->used;
1513 /* If len(so) much more than len(other), it's more efficient to simply copy