next(iterator, default) |
Returns test |
iterator | ?? |
default | ?? |
REMARKS |
* No prefix required - Core * Retrieve the next item from the iterator by calling its __next__() method. If default is given, it is returned if the iterator is exhausted, otherwise StopIteration is raised. |
??
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top