Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ tearDown
Method
tearDown
deps/v8/tools/unittests/compare_torque_output_test.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
self.assertRegex(output.decode(
'utf-8'
), r
'Some files exist only in.*f1\nfile4'
)
53
54
def
tearDown(self):
55
os.unlink(self.tmp_file)
Callers
nothing calls this directly
Calls
1
unlink
Method · 0.45
Tested by
no test coverage detected