Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ seek
Method
seek
plugins/Sidebar/ZipStream.py:41–44 ·
view source on GitHub ↗
(self, pos, whence=0)
Source
from the content-addressed store, hash-verified
39
return
self.pos
40
41
def
seek(self, pos, whence=0):
42
if
pos >= self.buff_pos:
43
self.buff.seek(pos - self.buff_pos, whence)
44
self.pos = pos
45
46
def
flush(self):
47
pass
Callers
14
actionFile
Method · 0.45
downloadContent
Method · 0.45
downloader
Method · 0.45
handleGetFile
Method · 0.45
getFile
Method · 0.45
patch
Function · 0.45
testUpdateJson
Method · 0.45
testUnsafePattern
Method · 0.45
testStreaming
Method · 0.45
testPatch
Method · 0.45
actionBenchmark
Method · 0.45
downloadGeoLiteDb
Method · 0.45
Calls
no outgoing calls
Tested by
4
testUpdateJson
Method · 0.36
testUnsafePattern
Method · 0.36
testStreaming
Method · 0.36
testPatch
Method · 0.36