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

Method create

Lib/test/test_ttk/test_widgets.py:355–356  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

353 self.entry = self.create()
354
355 def create(self, **kwargs):
356 return ttk.Entry(self.root, **kwargs)
357
358 def test_configure_invalidcommand(self):
359 widget = self.create()

Callers 5

setUpMethod · 0.95
test_configure_showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected