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

Method setUp

Lib/test/test_tcl.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37class TclTest(unittest.TestCase):
38
39 def setUp(self):
40 self.interp = Tcl()
41 self.wantobjects = self.interp.tk.wantobjects()
42
43 def passValue(self, value):
44 return self.interp.call('set', '_', value)

Callers

nothing calls this directly

Calls 2

TclFunction · 0.90
wantobjectsMethod · 0.80

Tested by

no test coverage detected