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

Method create

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

Source from the content-addressed store, hash-verified

1057 _clipped = {'borderwidth', 'highlightthickness', 'selectborderwidth'}
1058
1059 def create(self, **kwargs):
1060 return tkinter.Listbox(self.root, **kwargs)
1061
1062 def test_configure_activestyle(self):
1063 widget = self.create()

Callers 9

test_configure_stateMethod · 0.95
test_itemconfigureMethod · 0.95
check_itemconfigureMethod · 0.95
test_boxMethod · 0.95
test_curselectionMethod · 0.95
test_getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected