Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tell
Method
tell
Lib/test/test_gzip.py:42–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
return
False
41
42
def
tell(self):
43
raise
io.UnsupportedOperation
44
45
def
seek(self, *args):
46
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