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

Method test_configure_invalidcommand

Lib/test/test_ttk/test_widgets.py:358–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

356 return ttk.Entry(self.root, **kwargs)
357
358 def test_configure_invalidcommand(self):
359 widget = self.create()
360 self.checkCommandParam(widget, 'invalidcommand')
361
362 def test_configure_show(self):
363 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkCommandParamMethod · 0.80

Tested by

no test coverage detected