Lines Matching full:tp_iternext
639 (obj)->ob_type->tp_iternext != NULL && \640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)643 /* Takes an iterator object and calls its tp_iternext slot,