Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
100
class
BZ2FileTest(BaseTest):
Callers
nothing calls this directly
Calls
1
unlink
Function · 0.90
Tested by
no test coverage detected