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

Method tearDown

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

Source from the content-addressed store, hash-verified

2205 self._file = open(self._path, 'wb+')
2206
2207 def tearDown(self):
2208 self._file.close()
2209 self._delete_recursively(self._path)
2210
2211 def test_initialize(self):
2212 # Initialize and check position

Callers

nothing calls this directly

Calls 2

_delete_recursivelyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected