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

Method test_configure_menu

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

Source from the content-addressed store, hash-verified

346 self.assertEqual(str(cm.exception), errmsg)
347
348 def test_configure_menu(self):
349 widget = self.create()
350 menu = tkinter.Menu(widget, name='menu')
351 self.checkParam(widget, 'menu', menu, eq=widget_eq)
352 menu.destroy()
353
354 def test_configure_width(self):
355 widget = self.create()

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
checkParamMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected