Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ peek
Method
peek
Lib/test/pickletester.py:79–80 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
77
78
class
UnseekableIO(io.BytesIO):
79
def
peek(self, *args):
80
raise
NotImplementedError
81
82
def
seekable(self):
83
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