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:1479–1480 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1477
_clipped = {}
1478
1479
def
create(self, **kwargs):
1480
return
tkinter.Menu(self.root, **kwargs)
1481
1482
def
test_indexcommand_none(self):
1483
widget = self.create()
Callers
9
test_indexcommand_none
Method · 0.95
test_configure_postcommand
Method · 0.95
test_configure_tearoff
Method · 0.95
test_configure_tearoffcommand
Method · 0.95
test_configure_title
Method · 0.95
test_configure_type
Method · 0.95
test_entryconfigure
Method · 0.95
test_entryconfigure_label
Method · 0.95
test_entryconfigure_variable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected