Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_partial_input_bz2
Method
test_partial_input_bz2
Lib/test/test_tarfile.py:3155–3156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3153
self._test_partial_input(
"r"
)
3154
3155
def
test_partial_input_bz2(self):
3156
self._test_partial_input(
"r:bz2"
)
3157
3158
3159
def
root_is_uid_gid_0():
Callers
nothing calls this directly
Calls
1
_test_partial_input
Method · 0.95
Tested by
no test coverage detected