MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_interrupted_read_retry_buffered

Method test_interrupted_read_retry_buffered

Lib/test/test_io.py:4996–4998  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4994 @requires_alarm
4995 @support.requires_resource('walltime')
4996 def test_interrupted_read_retry_buffered(self):
4997 self.check_interrupted_read_retry(lambda x: x.decode('latin1'),
4998 mode="rb")
4999
5000 @requires_alarm
5001 @support.requires_resource('walltime')

Calls 2

decodeMethod · 0.45

Tested by

no test coverage detected