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

Method setUp

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

Source from the content-addressed store, hash-verified

606 _clipped = {}
607
608 def setUp(self):
609 super().setUp()
610 self.paned = self.create()
611
612 def create(self, **kwargs):
613 return ttk.PanedWindow(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