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

Method test_writes_and_flushes

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

Source from the content-addressed store, hash-verified

1948 self.check_writes(lambda bufio: None)
1949
1950 def test_writes_and_flushes(self):
1951 self.check_writes(lambda bufio: bufio.flush())
1952
1953 def test_writes_and_seeks(self):
1954 def _seekabs(bufio):

Callers

nothing calls this directly

Calls 2

check_writesMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected