MCPcopy Index your code
hub / github.com/bpython/bpython / test_bytes

Method test_bytes

bpython/test/test_curtsies_coderunner.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 self.assertIsInstance(s, str)
51
52 def test_bytes(self):
53 out = FakeOutput(mock.Mock(), self.assert_unicode, None)
54 out.write("native string type")

Callers

nothing calls this directly

Calls 2

writeMethod · 0.95
FakeOutputClass · 0.90

Tested by

no test coverage detected