Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6320 slot_tp_hash(PyObject *self) in slot_tp_hash() function
6798 TPSLOT("__hash__", tp_hash, slot_tp_hash, wrap_hashfunc,
/external/python/cpython2/Objects/
Dtypeobject.c5560 slot_tp_hash(PyObject *self) function
6048 TPSLOT("__hash__", tp_hash, slot_tp_hash, wrap_hashfunc,