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

Method test_configure_blockcursor

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

Source from the content-addressed store, hash-verified

663 self.checkBooleanParam(widget, 'autoseparators')
664
665 def test_configure_blockcursor(self):
666 widget = self.create()
667 self.checkBooleanParam(widget, 'blockcursor')
668
669 def test_configure_endline(self):
670 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected