Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6145 #define slot_mp_length slot_sq_length macro
6935 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
/external/python/cpython2/Objects/
Dtypeobject.c5269 #define slot_mp_length slot_sq_length macro
6178 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,