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

Method create

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

Source from the content-addressed store, hash-verified

1196 default_orient = 'vertical'
1197
1198 def create(self, **kwargs):
1199 return tkinter.Scale(self.root, **kwargs)
1200
1201 def test_configure_bigincrement(self):
1202 widget = self.create()

Calls

no outgoing calls

Tested by

no test coverage detected