(self)
| 77 | PythonScript(cmd, timeout=timeout).execute() |
| 78 | |
| 79 | def setUp(self): |
| 80 | TestPythonScript.clear_trainlog(self.script) |
| 81 | |
| 82 | def tearDown(self): |
| 83 | TestPythonScript.clear_trainlog(self.script) |
nothing calls this directly
no test coverage detected