HomeSort by relevance Sort by last modified time
    Searched refs:tp_iternext (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 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,
    [all...]
object.h 377 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 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,
    [all...]
object.h 377 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]

Completed in 296 milliseconds