Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDownClass
Method
tearDownClass
Lib/test/test_shutil.py:3185–3186 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
3183
3184
@classmethod
3185
def
tearDownClass(cls):
3186
os_helper.unlink(TESTFN)
3187
3188
def
tearDown(self):
3189
os_helper.unlink(TESTFN2)
Callers
1
reset
Method · 0.95
Calls
1
unlink
Method · 0.45
Tested by
no test coverage detected