next method

next

Get the next character and advance position.

Returns

The character value.

def next(self):
    ...

See Also