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

Method tearDown

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

Source from the content-addressed store, hash-verified

94 os.close(fd)
95
96 def tearDown(self):
97 unlink(self.filename)
98
99
100class BZ2FileTest(BaseTest):

Callers

nothing calls this directly

Calls 1

unlinkFunction · 0.90

Tested by

no test coverage detected