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

Method tearDown

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

Source from the content-addressed store, hash-verified

2269 self._file = open(self._path, 'wb+')
2270
2271 def tearDown(self):
2272 self._file.close()
2273 self._delete_recursively(self._path)
2274
2275 def test_initialize(self):
2276 # Initialize and check position

Callers

nothing calls this directly

Calls 2

_delete_recursivelyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected