read_rational method

read_rational

Read a single rational number value from the stream.

Returns

The rational number.

def read_rational(self, position):
    ...
ParameterTypeDescription
positionintThe position to read from.

See Also