Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create
Method
create
Lib/test/test_tkinter/test_widgets.py:399–400 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
397
)
398
399
def
create(self, **kwargs):
400
return
tkinter.Entry(self.root, **kwargs)
401
402
def
test_configure_disabledbackground(self):
403
widget = self.create()
Callers
10
test_configure_disabledbackground
Method · 0.95
test_configure_insertborderwidth
Method · 0.95
test_configure_insertwidth
Method · 0.95
test_configure_invalidcommand
Method · 0.95
test_configure_readonlybackground
Method · 0.95
test_configure_show
Method · 0.95
test_configure_state
Method · 0.95
test_configure_validate
Method · 0.95
test_configure_validatecommand
Method · 0.95
test_selection_methods
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected