Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_sparse_file_10
Method
test_sparse_file_10
Lib/test/test_tarfile.py:1290–1291 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1288
self._test_sparse_file(
"gnu/sparse-0.1"
)
1289
1290
def
test_sparse_file_10(self):
1291
self._test_sparse_file(
"gnu/sparse-1.0"
)
1292
1293
@staticmethod
1294
def
_fs_supports_holes():
Callers
nothing calls this directly
Calls
1
_test_sparse_file
Method · 0.95
Tested by
no test coverage detected