Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tell
Method
tell
Lib/test/test_gzip.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
return
False
42
43
def
tell(self):
44
raise
io.UnsupportedOperation
45
46
def
seek(self, *args):
47
raise
io.UnsupportedOperation
Callers
15
test_seek0
Method · 0.45
testSeekPostEnd
Method · 0.45
testSeekPostEndMultiStream
Method · 0.45
testSeekPostEndTwice
Method · 0.45
testSeekPostEndTwiceMultiStream
Method · 0.45
testSeekPreStart
Method · 0.45
testSeekPreStartMultiStream
Method · 0.45
testDecompressLimited
Method · 0.45
test_issue44439
Method · 0.45
_testRegularFile
Method · 0.45
_testEmptyFileSend
Method · 0.45
_testOffset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected