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

Method test_writeable

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

Source from the content-addressed store, hash-verified

2298 self.assertTrue(pair.readable())
2299
2300 def test_writeable(self):
2301 pair = self.tp(self.MockRawIO(), self.MockRawIO())
2302 self.assertTrue(pair.writable())
2303
2304 def test_seekable(self):
2305 # BufferedRWPairs are never seekable, even if their readers and writers

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
writableMethod · 0.45

Tested by

no test coverage detected