(self)
| 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) |
nothing calls this directly
no test coverage detected