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:355–356 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
353
self.entry = self.create()
354
355
def
create(self, **kwargs):
356
return
ttk.Entry(self.root, **kwargs)
357
358
def
test_configure_invalidcommand(self):
359
widget = self.create()
Callers
5
setUp
Method · 0.95
test_configure_invalidcommand
Method · 0.95
test_configure_show
Method · 0.95
test_configure_validate
Method · 0.95
test_configure_validatecommand
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected