(self)
| 432 | |
| 433 | class TestCurtsiesStartup(TestCase): |
| 434 | def setUp(self): |
| 435 | self.repl = create_repl() |
| 436 | |
| 437 | def write_startup_file(self, fname, encoding): |
| 438 | with open(fname, mode="w", encoding=encoding) as f: |
nothing calls this directly
no test coverage detected