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

Method create

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

Source from the content-addressed store, hash-verified

1007 self.nb.add(self.child2, text='b')
1008
1009 def create(self, **kwargs):
1010 return ttk.Notebook(self.root, **kwargs)
1011
1012 def test_configure_height(self):
1013 widget = self.create()

Callers 3

setUpMethod · 0.95
test_configure_heightMethod · 0.95
test_configure_widthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected