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

Method test_repl_stdout_flush

Lib/test/test_cmd_line_script.py:208–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 self.assertIn(b'ZeroDivisionError', stderr.readline())
207
208 def test_repl_stdout_flush(self):
209 self.check_repl_stdout_flush()
210
211 def test_repl_stdout_flush_separate_stderr(self):
212 self.check_repl_stdout_flush(True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected