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

Method create

Lib/test/test_ttk/test_widgets.py:483–484  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

481 self.combo = self.create()
482
483 def create(self, **kwargs):
484 return ttk.Combobox(self.root, **kwargs)
485
486 def test_configure_height(self):
487 widget = self.create()

Callers 2

setUpMethod · 0.95
test_configure_heightMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected