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

/external/python/cpython2/Include/
H A Dabstract.h640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
H A Dobject.h479 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
/external/python/cpython3/Include/
H A Dabstract.h711 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
H A Dobject.h545 PyAPI_FUNC(PyObject *) _PyObject_NextNotImplemented(PyObject *);
/external/python/cpython3/Objects/
H A Dobject.c1020 _PyObject_NextNotImplemented(PyObject *self) function
H A Dtypeobject.c6845 specific = (void *)_PyObject_NextNotImplemented;
/external/python/cpython2/Objects/
H A Dobject.c1316 _PyObject_NextNotImplemented(PyObject *self) function
H A Dtypeobject.c6271 specific = _PyObject_NextNotImplemented;

Completed in 158 milliseconds