Searched refs:PyObject_HashNotImplemented (Results 1 – 15 of 15) sorted by relevance
310 PyObject_HashNotImplemented, // tp_hash
585 PyObject_HashNotImplemented, // tp_hash
785 PyObject_HashNotImplemented, // tp_hash
2770 PyObject_HashNotImplemented, // tp_hash in CheckAndGetInteger()
484 PyAPI_FUNC(long) PyObject_HashNotImplemented(PyObject *);
1095 PyObject_HashNotImplemented(PyObject *self) in PyObject_HashNotImplemented() function1125 return PyObject_HashNotImplemented(v); in PyObject_Hash()
4004 (base->tp_hash != PyObject_HashNotImplemented) &&5526 return PyObject_HashNotImplemented(self);6318 specific = PyObject_HashNotImplemented;6518 if (*ptr == PyObject_HashNotImplemented) {
2136 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
2417 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
2783 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
313 .. c:function:: long PyObject_HashNotImplemented(PyObject *o)
335 This field can be set explicitly to :c:func:`PyObject_HashNotImplemented` to341 :c:func:`PyObject_HashNotImplemented`.
1204 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
1639 :c:func:`PyObject_HashNotImplemented`.3271 :c:func:`PyObject_HashNotImplemented`.
9481 - Issue #2235: the C API function PyObject_HashNotImplemented and its9516 the Python level, or tp_hash=PyObject_HashNotImplemented at the C