MCPcopy Index your code
hub / github.com/python/cpython / test_simple_str

Method test_simple_str

Lib/test/test_apple.py:50–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.assert_writes([])
49
50 def test_simple_str(self):
51 self.log.write("hello world\n")
52
53 self.assert_writes([b"hello world\n"])
54
55 def test_buffered_str(self):
56 self.log.write("h")

Callers

nothing calls this directly

Calls 2

assert_writesMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected