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

Method test_configure_closeenough

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

Source from the content-addressed store, hash-verified

805 return tkinter.Canvas(self.root, **kwargs)
806
807 def test_configure_closeenough(self):
808 widget = self.create()
809 self.checkFloatParam(widget, 'closeenough', 24, 2.4, 3.6, -3,
810 conv=float)
811
812 def test_configure_confine(self):
813 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected