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

Method create

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

Source from the content-addressed store, hash-verified

1477 _clipped = {}
1478
1479 def create(self, **kwargs):
1480 return tkinter.Menu(self.root, **kwargs)
1481
1482 def test_indexcommand_none(self):
1483 widget = self.create()

Calls

no outgoing calls

Tested by

no test coverage detected