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

Method test_configure_postcommand

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

Source from the content-addressed store, hash-verified

1487 test_configure_activerelief = requires_tk(8, 7)(StandardOptionsTests.test_configure_activerelief)
1488
1489 def test_configure_postcommand(self):
1490 widget = self.create()
1491 self.checkCommandParam(widget, 'postcommand')
1492
1493 def test_configure_tearoff(self):
1494 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkCommandParamMethod · 0.80

Tested by

no test coverage detected