Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_mmap.py:893–894 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
891
class
LargeMmapTests(unittest.TestCase):
892
893
def
setUp(self):
894
unlink(TESTFN)
895
896
def
tearDown(self):
897
unlink(TESTFN)
Callers
nothing calls this directly
Calls
1
unlink
Function · 0.90
Tested by
no test coverage detected