Home
last modified time | relevance | path

Searched defs:len_self (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
4026 Py_ssize_t len_self = dictview_len((_PyDictViewObject *)self); in dictviews_isdisjoint() local