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

Method tearDown

Lib/idlelib/idle_test/test_percolator.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.percolator.insertfilter(self.filter_two)
53
54 def tearDown(self):
55 self.percolator.close()
56 self.text.delete('1.0', END)
57
58 def test_insertfilter(self):
59 self.assertIsNotNone(self.filter_one.delegate)

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected