Lines Matching defs:seek
43 def seek(self, *args):
164 f.seek(0)
252 # Try seek, read test
260 f.seek(oldpos) # negative seek
267 f.seek(newpos) # positive seek
271 # Try seek(whence=1), read test
275 f.seek(10, whence=1)
280 # Try seek, write test
283 f.seek(pos)
359 # Rather than process the compressed data, let's seek to the trailer.
360 fRead.seek(os.stat(self.filename).st_size - 8)
388 fRead.seek(xflOffset)