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

Method tearDown

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

Source from the content-addressed store, hash-verified

1561 self._path = os_helper.TESTFN
1562
1563 def tearDown(self):
1564 self._delete_recursively(self._path)
1565
1566 def test_initialize_with_eMM(self):
1567 # Initialize based on email.message.Message instance

Callers

nothing calls this directly

Calls 1

_delete_recursivelyMethod · 0.80

Tested by

no test coverage detected