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

Method create

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

Source from the content-addressed store, hash-verified

1560 _clipped_to_default = {'padx', 'pady'}
1561
1562 def create(self, **kwargs):
1563 return tkinter.Message(self.root, **kwargs)
1564
1565 def test_configure_aspect(self):
1566 widget = self.create()

Callers 1

test_configure_aspectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected