Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create
Method
create
Lib/test/test_ttk/test_widgets.py:832–833 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
830
self.scale.update()
831
832
def
create(self, **kwargs):
833
return
ttk.Scale(self.root, **kwargs)
834
835
def
test_configure_from(self):
836
widget = self.create()
Callers
5
setUp
Method · 0.95
test_configure_from
Method · 0.95
test_configure_length
Method · 0.95
test_configure_to
Method · 0.95
test_configure_value
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected