Home | History | Annotate | Download | only in Include

Lines Matching refs:Py_hash_t

333 typedef Py_hash_t (*hashfunc)(PyObject *);
553 PyAPI_FUNC(Py_hash_t) PyObject_Hash(PyObject *);
554 PyAPI_FUNC(Py_hash_t) PyObject_HashNotImplemented(PyObject *);