Home
last modified time | relevance | path

Searched defs:len_other (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dbufferobject.c270 Py_ssize_t len_self, len_other, min_len; in buffer_compare() local
Ddictobject.c2944 Py_ssize_t len_self, len_other; in dictview_richcompare() local
/external/python/cpython3/Objects/
Ddictobject.c3801 Py_ssize_t len_self, len_other; in dictview_richcompare() local
4027 Py_ssize_t len_other = PyObject_Size(other); in dictviews_isdisjoint() local