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:351–353 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
349
IDENTIFY_AS = {
'Entry.field'
,
'textarea'
}
350
351
def
setUp(self):
352
super().setUp()
353
self.entry = self.create()
354
355
def
create(self, **kwargs):
356
return
ttk.Entry(self.root, **kwargs)
Callers
7
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
2
create
Method · 0.95
super
Class · 0.85
Tested by
no test coverage detected