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

Method test_configure_aspect

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

Source from the content-addressed store, hash-verified

1563 return tkinter.Message(self.root, **kwargs)
1564
1565 def test_configure_aspect(self):
1566 widget = self.create()
1567 self.checkIntegerParam(widget, 'aspect', 250, 0, -300)
1568
1569
1570class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase):

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkIntegerParamMethod · 0.80

Tested by

no test coverage detected