MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / setUp

Method setUp

tests/case_script.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

clear_trainlogMethod · 0.80

Tested by

no test coverage detected