Home
last modified time | relevance | path

Searched refs:len_self (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Ddictobject.c4649 Py_ssize_t len_self, len_other; in dictview_richcompare() local
4660 len_self = PyObject_Size(self); in dictview_richcompare()
4661 if (len_self < 0) in dictview_richcompare()
4672 if (len_self == len_other) in dictview_richcompare()
4679 if (len_self < len_other) in dictview_richcompare()
4684 if (len_self <= len_other) in dictview_richcompare()
4689 if (len_self > len_other) in dictview_richcompare()
4694 if (len_self >= len_other) in dictview_richcompare()
4804 Py_ssize_t len_self; in _PyDictView_Intersect() local
4816 len_self in _PyDictView_Intersect()
5041 Py_ssize_t len_self = dictview_len((_PyDictViewObject *)self); dictviews_isdisjoint() local
[all...]
/third_party/python/Lib/unittest/
H A Dmock.py354 len_self = len(self)
355 if len_value > len_self:
358 for i in range(0, len_self - len_value + 1):

Completed in 11 milliseconds