MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

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

Source from the content-addressed store, hash-verified

1546 self._path = os_helper.TESTFN
1547
1548 def tearDown(self):
1549 self._delete_recursively(self._path)
1550
1551 def test_initialize_with_eMM(self):
1552 # Initialize based on email.message.Message instance

Callers

nothing calls this directly

Calls 1

_delete_recursivelyMethod · 0.80

Tested by

no test coverage detected