MCPcopy Index your code
hub / github.com/python/cpython / test_sparse_file_01

Method test_sparse_file_01

Lib/test/test_tarfile.py:1287–1288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1285 self._test_sparse_file("gnu/sparse-0.0")
1286
1287 def test_sparse_file_01(self):
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")

Callers

nothing calls this directly

Calls 1

_test_sparse_fileMethod · 0.95

Tested by

no test coverage detected