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

Method create

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

Source from the content-addressed store, hash-verified

202 'padx', 'pady', 'width'}
203
204 def create(self, **kwargs):
205 return tkinter.Button(self.root, **kwargs)
206
207 def test_configure_default(self):
208 widget = self.create()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected