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

Method create

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

Source from the content-addressed store, hash-verified

313 self._clipped = self._clipped - {'borderwidth'}
314
315 def create(self, **kwargs):
316 return tkinter.Menubutton(self.root, **kwargs)
317
318 def test_configure_direction(self):
319 widget = self.create()

Callers 5

test_configure_heightMethod · 0.95
test_configure_imageMethod · 0.95
test_configure_menuMethod · 0.95
test_configure_widthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected