(stdscr)
| 37 | stdscr.clrtoeol() |
| 38 | |
| 39 | def main(stdscr): |
| 40 | stdscr.clear() |
| 41 | test_textpad(stdscr, False) |
| 42 | test_textpad(stdscr, True) |
| 43 | |
| 44 | |
| 45 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected
searching dependent graphs…