Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c5425 wrap_lenfunc(PyObject *self, PyObject *args, void *wrapped) in wrap_lenfunc() function
6935 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
6947 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/external/python/cpython2/Objects/
Dtypeobject.c4391 wrap_lenfunc(PyObject *self, PyObject *args, void *wrapped) function
6178 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
6189 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,