Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_ttk/test_widgets.py:1416–1418 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1414
_clipped = {}
1415
1416
def
setUp(self):
1417
super().setUp()
1418
self.tv = self.create(padding=0)
1419
1420
def
create(self, **kwargs):
1421
return
ttk.Treeview(self.root, **kwargs)
Callers
nothing calls this directly
Calls
3
create
Method · 0.95
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected