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:479–481 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
477
IDENTIFY_AS = {
'Combobox.button'
,
'textarea'
}
478
479
def
setUp(self):
480
super().setUp()
481
self.combo = self.create()
482
483
def
create(self, **kwargs):
484
return
ttk.Combobox(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