MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

Lib/test/test_tkinter/test_variables.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23class TestBase(unittest.TestCase):
24
25 def setUp(self):
26 self.root = Tcl()
27
28 def tearDown(self):
29 del self.root

Callers

nothing calls this directly

Calls 1

TclFunction · 0.90

Tested by

no test coverage detected