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

Method test_configure_length

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

Source from the content-addressed store, hash-verified

837 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=False)
838
839 def test_configure_length(self):
840 widget = self.create()
841 self.checkPixelsParam(widget, 'length', 130, 131.2, 135.6, '5i')
842
843 test_configure_state = requires_tk(8, 6, 9)(StandardTtkOptionsTests.test_configure_state)
844

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkPixelsParamMethod · 0.80

Tested by

no test coverage detected