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

Method create

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

Source from the content-addressed store, hash-verified

279 )
280
281 def create(self, **kwargs):
282 return tkinter.Radiobutton(self.root, **kwargs)
283
284 def test_configure_value(self):
285 widget = self.create()

Callers 1

test_configure_valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected