Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ seekable
Method
seekable
pager_lib/pyasn1/codec/streaming.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
result
32
33
def
seekable(self):
34
return
True
35
36
def
seek(self, n=-1, whence=os.SEEK_SET):
37
# Note that this not safe for seeking forward.
Callers
1
asSeekableStream
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected