Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ seekable
Method
seekable
Lib/test/test_gzip.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
38
class
UnseekableIO(io.BytesIO):
39
def
seekable(self):
40
return
False
41
42
def
tell(self):
43
raise
io.UnsupportedOperation
Callers
15
testOpenFilename
Method · 0.45
testOpenFileWithName
Method · 0.45
test_unusable_closed_socketio
Method · 0.45
test_basic
Method · 0.45
test_read_from_file
Method · 0.45
test_read_from_fileobj
Method · 0.45
test_read_from_fileobj_with_int_name
Method · 0.45
test_write_to_file
Method · 0.45
test_write_to_fileobj
Method · 0.45
test_write_to_fileobj_with_int_name
Method · 0.45
test_fileobj_with_name
Method · 0.45
test_fileobj_without_name
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected