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

Method create

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

Source from the content-addressed store, hash-verified

610 self.paned = self.create()
611
612 def create(self, **kwargs):
613 return ttk.PanedWindow(self.root, **kwargs)
614
615 def test_configure_orient(self):
616 widget = self.create()

Callers 2

setUpMethod · 0.95
test_configure_orientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected