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

Method setUp

Lib/test/test_ttk/test_widgets.py:479–481  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

477 IDENTIFY_AS = {'Combobox.button', 'textarea'}
478
479 def setUp(self):
480 super().setUp()
481 self.combo = self.create()
482
483 def create(self, **kwargs):
484 return ttk.Combobox(self.root, **kwargs)

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected