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

Method test_configure_height

Lib/test/test_ttk/test_widgets.py:486–488  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

484 return ttk.Combobox(self.root, **kwargs)
485
486 def test_configure_height(self):
487 widget = self.create()
488 self.checkParams(widget, 'height', 100, 101.2, 102.6, -100, 0, '1i')
489
490 def _show_drop_down_listbox(self):
491 width = self.combo.winfo_width()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamsMethod · 0.80

Tested by

no test coverage detected