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:483–484 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
481
self.combo = self.create()
482
483
def
create(self, **kwargs):
484
return
ttk.Combobox(self.root, **kwargs)
485
486
def
test_configure_height(self):
487
widget = self.create()
Callers
2
setUp
Method · 0.95
test_configure_height
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected