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

Method setUp

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

Source from the content-addressed store, hash-verified

824 default_orient = 'horizontal'
825
826 def setUp(self):
827 super().setUp()
828 self.scale = self.create()
829 self.scale.pack()
830 self.scale.update()
831
832 def create(self, **kwargs):
833 return ttk.Scale(self.root, **kwargs)

Callers

nothing calls this directly

Calls 5

createMethod · 0.95
superClass · 0.85
setUpMethod · 0.45
packMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected