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

Method tearDown

Lib/test/test_mailbox.py:66–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self._box = self._factory(self._path)
65
66 def tearDown(self):
67 self._box.close()
68 self._delete_recursively(self._path)
69
70 def test_add(self):
71 # Add copies of a sample message

Callers

nothing calls this directly

Calls 2

_delete_recursivelyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected