MCPcopy 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
78class UnseekableIO(io.BytesIO):
79 def peek(self, *args):
80 raise NotImplementedError
81
82 def seekable(self):
83 return False

Callers 14

testPeekMethod · 0.45
testPeekBytesIOMethod · 0.45
test_finalizeMethod · 0.45
test_arg_errorsMethod · 0.45
test_peekMethod · 0.45
test_peekMethod · 0.45
test_peekMethod · 0.45
test_peekMethod · 0.45
test_peek_0Method · 0.45
test_readinto1Method · 0.45
test_peekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected