Home
last modified time | relevance | path

Searched refs:_PyObject_NextNotImplemented (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h333 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
/third_party/python/Objects/
Dabstract.c2851 tp->tp_iternext != &_PyObject_NextNotImplemented); in PyIter_Check()
2860 tp->tp_as_async->am_anext != &_PyObject_NextNotImplemented); in PyAIter_Check()
Dobject.c1105 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
Dtypeobject.c8261 specific = (void *)_PyObject_NextNotImplemented; in update_one_slot()