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

Method test_writes_and_reads

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

Source from the content-addressed store, hash-verified

2529 self.check_writes(_peek)
2530
2531 def test_writes_and_reads(self):
2532 def _read(bufio):
2533 bufio.seek(-1, 1)
2534 bufio.read(1)
2535 self.check_writes(_read)
2536
2537 def test_writes_and_read1s(self):
2538 def _read1(bufio):

Callers

nothing calls this directly

Calls 1

check_writesMethod · 0.80

Tested by

no test coverage detected