SwigPyIterator Class Reference
Proxy of C++ swig::SwigPyIterator class
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def advance |
( |
|
self, |
|
|
|
args |
|
) |
| |
advance(SwigPyIterator self, ptrdiff_t n) -> SwigPyIterator
copy(SwigPyIterator self) -> SwigPyIterator
decr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
decr(SwigPyIterator self) -> SwigPyIterator
def distance |
( |
|
self, |
|
|
|
args |
|
) |
| |
distance(SwigPyIterator self, SwigPyIterator x) -> ptrdiff_t
equal(SwigPyIterator self, SwigPyIterator x) -> bool
incr(SwigPyIterator self, size_t n=1) -> SwigPyIterator
incr(SwigPyIterator self) -> SwigPyIterator
next(SwigPyIterator self) -> PyObject *
previous(SwigPyIterator self) -> PyObject *
value(SwigPyIterator self) -> PyObject *