Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tell
Method
tell
Lib/test/audiotests.py:9–10 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
Callers
1
test_read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected