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

Method create

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

Source from the content-addressed store, hash-verified

656 self._clipped = self._clipped - {'insertborderwidth', 'insertwidth', 'selectborderwidth'}
657
658 def create(self, **kwargs):
659 return tkinter.Text(self.root, **kwargs)
660
661 def test_configure_autoseparators(self):
662 widget = self.create()

Calls

no outgoing calls

Tested by

no test coverage detected