MCPcopy Create free account
hub / github.com/python/cpython / test_uninitialized

Method test_uninitialized

Lib/test/test_io/test_bufferedio.py:1236–1238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1234 BufferedWriterTest.test_constructor(self)
1235
1236 def test_uninitialized(self):
1237 BufferedReaderTest.test_uninitialized(self)
1238 BufferedWriterTest.test_uninitialized(self)
1239
1240 def test_read_and_write(self):
1241 raw = self.MockRawIO((b"asdf", b"ghjk"))

Callers

nothing calls this directly

Calls 1

test_uninitializedMethod · 0.45

Tested by

no test coverage detected