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

Method test_configure_spacing3

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

Source from the content-addressed store, hash-verified

711 self.checkPixelsParam(widget, 'spacing2', 5, 6.4, 7.6, -1, '0.1c')
712
713 def test_configure_spacing3(self):
714 widget = self.create()
715 self.checkPixelsParam(widget, 'spacing3', 20, 21.4, 22.6, -10, '0.5c')
716
717 def test_configure_startline(self):
718 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkPixelsParamMethod · 0.80

Tested by

no test coverage detected