()
| 630 | idlelib.sidebar.idleConf, 'GetFont', mock_idleconf_GetFont) |
| 631 | GetFont_patcher.start() |
| 632 | def cleanup(): |
| 633 | GetFont_patcher.stop() |
| 634 | sidebar.update_font() |
| 635 | self.addCleanup(cleanup) |
| 636 | |
| 637 | def get_sidebar_font(): |
nothing calls this directly
no test coverage detected