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

Method tearDown

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

Source from the content-addressed store, hash-verified

2220 self._file = open(self._path, 'wb+')
2221
2222 def tearDown(self):
2223 self._file.close()
2224 self._delete_recursively(self._path)
2225
2226 def test_initialize(self):
2227 # Initialize and check position

Callers

nothing calls this directly

Calls 2

_delete_recursivelyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected