Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_mmap.py:1228–1229 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1226
class
LargeMmapTests(unittest.TestCase):
1227
1228
def
setUp(self):
1229
unlink(TESTFN)
1230
1231
def
tearDown(self):
1232
unlink(TESTFN)
Callers
nothing calls this directly
Calls
1
unlink
Function · 0.90
Tested by
no test coverage detected