Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
class
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
Tcl
Function · 0.90
Tested by
no test coverage detected