Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDownClass
Method
tearDownClass
Lib/test/test_shutil.py:3159–3160 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
3157
3158
@classmethod
3159
def
tearDownClass(cls):
3160
os_helper.unlink(TESTFN)
3161
3162
def
tearDown(self):
3163
os_helper.unlink(TESTFN2)
Callers
1
reset
Method · 0.95
Calls
1
unlink
Method · 0.45
Tested by
no test coverage detected