Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
Dobject.h479 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
/external/python/cpython3/Include/
Dabstract.h595 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
Dobject.h558 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
/external/python/cpython3/Objects/
Dobject.c1104 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
Dtypeobject.c7096 specific = (void *)_PyObject_NextNotImplemented; in update_one_slot()
/external/python/cpython2/Objects/
Dobject.c1321 _PyObject_NextNotImplemented(PyObject *self) in _PyObject_NextNotImplemented() function
Dtypeobject.c6334 specific = _PyObject_NextNotImplemented;