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

Method test_configure_spacing1

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

Source from the content-addressed store, hash-verified

703 'hollow', 'none', 'solid')
704
705 def test_configure_spacing1(self):
706 widget = self.create()
707 self.checkPixelsParam(widget, 'spacing1', 20, 21.4, 22.6, -5, '0.5c')
708
709 def test_configure_spacing2(self):
710 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkPixelsParamMethod · 0.80

Tested by

no test coverage detected