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

Method setUp

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

Source from the content-addressed store, hash-verified

349 IDENTIFY_AS = {'Entry.field', 'textarea'}
350
351 def setUp(self):
352 super().setUp()
353 self.entry = self.create()
354
355 def create(self, **kwargs):
356 return ttk.Entry(self.root, **kwargs)

Callers 7

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

createMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected