(self)
| 996 | return rgxin, rgxout, promptin, promptout |
| 997 | |
| 998 | def teardown(self): |
| 999 | # delete last bookmark |
| 1000 | self.shell.process_input_line('bookmark -d ipy_savedir', |
| 1001 | store_history=False) |
| 1002 | self.shell.clear_cout() |
| 1003 | |
| 1004 | def _is_inside_excluded_only(self): |
| 1005 | """Return True if inside an ``only`` node whose condition is false.""" |
no test coverage detected