|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
__swig_destroy__(...)
delete_SwigPyIterator(SwigPyIterator self) |
|
|
|
|
|
value(...)
SwigPyIterator_value(SwigPyIterator self) -> PyObject * |
|
|
|
incr(...)
SwigPyIterator_incr(SwigPyIterator self, size_t n=1) ->
SwigPyIterator |
|
|
|
decr(...)
SwigPyIterator_decr(SwigPyIterator self, size_t n=1) ->
SwigPyIterator |
|
|
|
distance(...)
SwigPyIterator_distance(SwigPyIterator self, SwigPyIterator x) ->
ptrdiff_t |
|
|
|
equal(...)
SwigPyIterator_equal(SwigPyIterator self, SwigPyIterator x) ->
bool |
|
|
|
copy(...)
SwigPyIterator_copy(SwigPyIterator self) -> SwigPyIterator |
|
|
|
next(...)
SwigPyIterator_next(SwigPyIterator self) -> PyObject * |
|
|
|
__next__(...)
SwigPyIterator___next__(SwigPyIterator self) -> PyObject * |
|
|
|
previous(...)
SwigPyIterator_previous(SwigPyIterator self) -> PyObject * |
|
|
|
advance(...)
SwigPyIterator_advance(SwigPyIterator self, ptrdiff_t n) ->
SwigPyIterator |
|
|
|
__eq__(...)
SwigPyIterator___eq__(SwigPyIterator self, SwigPyIterator x) ->
bool |
|
|
|
__ne__(...)
SwigPyIterator___ne__(SwigPyIterator self, SwigPyIterator x) ->
bool |
|
|
|
__iadd__(...)
SwigPyIterator___iadd__(SwigPyIterator self, ptrdiff_t n) ->
SwigPyIterator |
|
|
|
__isub__(...)
SwigPyIterator___isub__(SwigPyIterator self, ptrdiff_t n) ->
SwigPyIterator |
|
|
|
__add__(...)
SwigPyIterator___add__(SwigPyIterator self, ptrdiff_t n) ->
SwigPyIterator |
|
|
|
__sub__(...)
__sub__(ptrdiff_t n) -> SwigPyIterator
SwigPyIterator___sub__(SwigPyIterator self, SwigPyIterator x) ->
ptrdiff_t |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|