Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c5726 wrap_hashfunc(PyObject *self, PyObject *args, void *wrapped) in wrap_hashfunc() function
6798 TPSLOT("__hash__", tp_hash, slot_tp_hash, wrap_hashfunc,
/external/python/cpython2/Objects/
Dtypeobject.c4804 wrap_hashfunc(PyObject *self, PyObject *args, void *wrapped) function
6048 TPSLOT("__hash__", tp_hash, slot_tp_hash, wrap_hashfunc,