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:608–610 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
606
_clipped = {}
607
608
def
setUp(self):
609
super().setUp()
610
self.paned = self.create()
611
612
def
create(self, **kwargs):
613
return
ttk.PanedWindow(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