Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ UnseekableIO
Class
UnseekableIO
Lib/test/audiotests.py:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
UnseekableIO(io.FileIO):
9
def
tell(self):
10
raise
io.UnsupportedOperation
11
12
def
seek(self, *args, **kwargs):
13
raise
io.UnsupportedOperation
14
15
16
class
AudioTests:
Callers
4
test_unseekable_read
Method · 0.70
test_unseekable_write
Method · 0.70
test_unseekable_incompleted_write
Method · 0.70
test_unseekable_overflowed_write
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_unseekable_read
Method · 0.56
test_unseekable_write
Method · 0.56
test_unseekable_incompleted_write
Method · 0.56
test_unseekable_overflowed_write
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…