(self)
| 384 | self.process_input_line(line, store_history=False) |
| 385 | |
| 386 | def cleanup(self): |
| 387 | shutil.rmtree(self.tmp_profile_dir, ignore_errors=True) |
| 388 | |
| 389 | def clear_cout(self): |
| 390 | self.cout.seek(0) |
nothing calls this directly
no outgoing calls
no test coverage detected