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

Method tearDown

Lib/test/test_bz2.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 os.close(fd)
85
86 def tearDown(self):
87 unlink(self.filename)
88
89
90class BZ2FileTest(BaseTest):

Callers

nothing calls this directly

Calls 1

unlinkFunction · 0.90

Tested by

no test coverage detected