seek method

seek

Sets the position within the current stream

def seek(self, offset, origin):
    ...
ParameterTypeDescription
offsetint
originSystem.IO.SeekOrigin

See Also