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

Method create

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

Source from the content-addressed store, hash-verified

397 )
398
399 def create(self, **kwargs):
400 return tkinter.Entry(self.root, **kwargs)
401
402 def test_configure_disabledbackground(self):
403 widget = self.create()

Calls

no outgoing calls

Tested by

no test coverage detected