-
ndindex.next()
[source] -
Standard iterator method, updates the index and returns the index tuple.
Returns: val : tuple of ints
Returns a tuple containing the indices of the current iteration.
ndindex.next()
2017-01-10 18:12:23
ndindex.next()
[source]
Standard iterator method, updates the index and returns the index tuple.
Returns: |
val : tuple of ints Returns a tuple containing the indices of the current iteration. |
---|
Please login to continue.