Lines Matching refs:len_self
4649 Py_ssize_t len_self, len_other;
4660 len_self = PyObject_Size(self);
4661 if (len_self < 0)
4672 if (len_self == len_other)
4679 if (len_self < len_other)
4684 if (len_self <= len_other)
4689 if (len_self > len_other)
4694 if (len_self >= len_other)
4804 Py_ssize_t len_self;
4816 len_self = dictview_len((_PyDictViewObject *)self);
4820 if (PySet_CheckExact(other) && len_self <= PyObject_Size(other)) {
4829 if (len_other > len_self) {
5041 Py_ssize_t len_self = dictview_len((_PyDictViewObject *)self);
5046 if ((len_other > len_self)) {