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

Method test_configure_maxundo

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

Source from the content-addressed store, hash-verified

689 self.checkPixelsParam(widget, 'height', 0, -100)
690
691 def test_configure_maxundo(self):
692 widget = self.create()
693 self.checkIntegerParam(widget, 'maxundo', 0, 5, -1)
694
695 def test_configure_inactiveselectbackground(self):
696 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkIntegerParamMethod · 0.80

Tested by

no test coverage detected