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

Method create

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

Source from the content-addressed store, hash-verified

497 )
498
499 def create(self, **kwargs):
500 return tkinter.Spinbox(self.root, **kwargs)
501
502 test_configure_show = None
503

Calls

no outgoing calls

Tested by

no test coverage detected