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:80–81 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
78
)
79
80
def
create(self, **kwargs):
81
return
tkinter.Toplevel(self.root, **kwargs)
82
83
def
test_configure_menu(self):
84
widget = self.create()
Callers
3
test_configure_menu
Method · 0.95
test_configure_screen
Method · 0.95
test_configure_use
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected