MCPcopy Index your code
hub / github.com/python/cpython / test_configure_menu

Method test_configure_menu

Lib/test/test_tkinter/test_widgets.py:83–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 return tkinter.Toplevel(self.root, **kwargs)
82
83 def test_configure_menu(self):
84 widget = self.create()
85 menu = tkinter.Menu(self.root)
86 self.checkParam(widget, 'menu', menu, eq=widget_eq)
87 self.checkParam(widget, 'menu', '')
88
89 def test_configure_screen(self):
90 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected