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:826–830 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
824
default_orient =
'horizontal'
825
826
def
setUp(self):
827
super().setUp()
828
self.scale = self.create()
829
self.scale.pack()
830
self.scale.update()
831
832
def
create(self, **kwargs):
833
return
ttk.Scale(self.root, **kwargs)
Callers
nothing calls this directly
Calls
5
create
Method · 0.95
super
Class · 0.85
setUp
Method · 0.45
pack
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected