next method

next(self)

Moves the cursor down one row from its current position.

Returns

if the new current row is valid; false if there are no more rows


def next(self):
    ...

See Also