Searched refs:_PyObject_NextNotImplemented (Results 1 – 8 of 8) sorted by relevance
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
479 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
595 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
558 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
1104 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
7096 specific = (void *)_PyObject_NextNotImplemented; in update_one_slot()
1321 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
6334 specific = _PyObject_NextNotImplemented;