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

Method create

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

Source from the content-addressed store, hash-verified

1418 self.tv = self.create(padding=0)
1419
1420 def create(self, **kwargs):
1421 return ttk.Treeview(self.root, **kwargs)
1422
1423 def test_configure_columns(self):
1424 widget = self.create()

Callers 10

setUpMethod · 0.95
test_configure_heightMethod · 0.95
test_configure_showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected