MCPcopy 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_menuMethod · 0.95
test_configure_screenMethod · 0.95
test_configure_useMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected