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

Method test_repl_stderr_flush

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

Source from the content-addressed store, hash-verified

212 self.check_repl_stdout_flush(True)
213
214 def test_repl_stderr_flush(self):
215 self.check_repl_stderr_flush()
216
217 def test_repl_stderr_flush_separate_stderr(self):
218 self.check_repl_stderr_flush(True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected