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

Method test_configure_validatecommand

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

Source from the content-addressed store, hash-verified

371 'all', 'key', 'focus', 'focusin', 'focusout', 'none')
372
373 def test_configure_validatecommand(self):
374 widget = self.create()
375 self.checkCommandParam(widget, 'validatecommand')
376
377 def test_bbox(self):
378 self.assertIsBoundingBox(self.entry.bbox(0))

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkCommandParamMethod · 0.80

Tested by

no test coverage detected