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

Method test_configure_spacing2

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

Source from the content-addressed store, hash-verified

707 self.checkPixelsParam(widget, 'spacing1', 20, 21.4, 22.6, -5, '0.5c')
708
709 def test_configure_spacing2(self):
710 widget = self.create()
711 self.checkPixelsParam(widget, 'spacing2', 5, 6.4, 7.6, -1, '0.1c')
712
713 def test_configure_spacing3(self):
714 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkPixelsParamMethod · 0.80

Tested by

no test coverage detected