MCPcopy Create free account
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/idlelib/idle_test/test_undo.py:34–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 self.percolator.insertfilter(self.delegator)
33
34 def tearDown(self):
35 self.percolator.removefilter(self.delegator)
36 self.text.delete('1.0', 'end')
37 self.delegator.resetcache()
38
39 def test_undo_event(self):
40 text = self.text

Callers

nothing calls this directly

Calls 3

removefilterMethod · 0.80
resetcacheMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected