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

Method test_constructor

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

Source from the content-addressed store, hash-verified

2421 write_mode = "wb+"
2422
2423 def test_constructor(self):
2424 BufferedReaderTest.test_constructor(self)
2425 BufferedWriterTest.test_constructor(self)
2426
2427 def test_uninitialized(self):
2428 BufferedReaderTest.test_uninitialized(self)

Callers

nothing calls this directly

Calls 1

test_constructorMethod · 0.45

Tested by

no test coverage detected