peek method

peek

Get the character on position or Character.Null

Returns

the character on position or Character.Null

def peek(self):
    ...

peek

Get the char.

Returns

The char at the positon + delta or Character.Null

def peek(self, delta):
    ...
ParameterTypeDescription
deltaintThe delta.

See Also