Searched refs:_PyObject_NextNotImplemented (Results 1 – 9 of 9) sorted by relevance
336 Py_TYPE(obj)->tp_iternext != &_PyObject_NextNotImplemented)
333 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
479 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
1065 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
2680 Py_TYPE(obj)->tp_iternext != &_PyObject_NextNotImplemented; in PyIter_Check()
7478 specific = (void *)_PyObject_NextNotImplemented; in update_one_slot()
1321 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
6334 specific = _PyObject_NextNotImplemented;