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

Method create

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

Source from the content-addressed store, hash-verified

1272 default_orient = 'vertical'
1273
1274 def create(self, **kwargs):
1275 return tkinter.Scrollbar(self.root, **kwargs)
1276
1277 def test_configure_elementborderwidth(self):
1278 widget = self.create()

Callers 4

test_configure_orientMethod · 0.95
test_activateMethod · 0.95
test_setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected