Home
last modified time | relevance | path

Searched refs:slot_sq_length (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c6043 slot_sq_length(PyObject *self) in slot_sq_length() function
6145 #define slot_mp_length slot_sq_length
6947 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/external/python/cpython2/Objects/
Dtypeobject.c5118 slot_sq_length(PyObject *self) function
5269 #define slot_mp_length slot_sq_length
6189 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,