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

Method create

Lib/test/test_tkinter/test_widgets.py:1322–1323  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1320 default_orient = 'horizontal'
1321
1322 def create(self, **kwargs):
1323 return tkinter.PanedWindow(self.root, **kwargs)
1324
1325 def test_configure_handlepad(self):
1326 widget = self.create()

Calls

no outgoing calls

Tested by

no test coverage detected