MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / seek

Method seek

tools/python-3.11.9-amd64/Lib/gzip.py:108–111  ·  view source on GitHub ↗
(self, off)

Source from the content-addressed store, hash-verified

106 self._read = 0
107
108 def seek(self, off):
109 self._read = None
110 self._buffer = None
111 return self.file.seek(off)
112
113 def seekable(self):
114 return True # Allows fast-forwarding even in unseekable streams

Callers

nothing calls this directly

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected