Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_tarfile.py:112–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
prefix =
"r:"
111
112
def
setUp(self):
113
self.tar = tarfile.open(self.tarname, mode=self.mode,
114
encoding=
"iso8859-1"
)
115
116
def
tearDown(self):
117
self.tar.close()
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected