Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ peek
Method
peek
Lib/test/pickletester.py:93–94 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
91
92
class
UnseekableIO(io.BytesIO):
93
def
peek(self, *args):
94
raise
NotImplementedError
95
96
def
seekable(self):
97
return
False
Callers
14
testPeek
Method · 0.45
testPeekBytesIO
Method · 0.45
test_finalize
Method · 0.45
test_arg_errors
Method · 0.45
test_peek
Method · 0.45
test_peek
Method · 0.45
test_peek
Method · 0.45
test_peek
Method · 0.45
test_peek_0
Method · 0.45
test_readinto1
Method · 0.45
test_read_non_blocking
Method · 0.45
test_peek
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected