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

Method test_configure_tearoff

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

Source from the content-addressed store, hash-verified

1491 self.checkCommandParam(widget, 'postcommand')
1492
1493 def test_configure_tearoff(self):
1494 widget = self.create()
1495 self.checkBooleanParam(widget, 'tearoff')
1496
1497 def test_configure_tearoffcommand(self):
1498 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected