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

Method test_configure_confine

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

Source from the content-addressed store, hash-verified

810 conv=float)
811
812 def test_configure_confine(self):
813 widget = self.create()
814 self.checkBooleanParam(widget, 'confine')
815
816 def test_configure_offset(self):
817 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected