Searched refs:_PyObject_NextNotImplemented (Results 1 – 4 of 4) sorted by relevance
333 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
2851 tp->tp_iternext != &_PyObject_NextNotImplemented); in PyIter_Check()2860 tp->tp_as_async->am_anext != &_PyObject_NextNotImplemented); in PyAIter_Check()
1105 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
8261 specific = (void *)_PyObject_NextNotImplemented; in update_one_slot()