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

Method setUp

Lib/idlelib/idle_test/test_colorizer.py:186–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 del cls.root
185
186 def setUp(self):
187 self.color = colorizer.ColorDelegator()
188 self.percolator.insertfilter(self.color)
189 # Calls color.setdelegate(Delegator(text)).
190
191 def tearDown(self):
192 self.color.close()

Callers

nothing calls this directly

Calls 1

insertfilterMethod · 0.80

Tested by

no test coverage detected