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

Method test_find_sparse

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

Source from the content-addressed store, hash-verified

1137 self._test_member(tarinfo, size=0)
1138
1139 def test_find_sparse(self):
1140 tarinfo = self.tar.getmember("ustar/sparse")
1141 self._test_member(tarinfo, size=86016, chksum=sha256_sparse)
1142
1143 def test_find_gnusparse(self):
1144 tarinfo = self.tar.getmember("gnu/sparse")

Callers

nothing calls this directly

Calls 2

_test_memberMethod · 0.95
getmemberMethod · 0.80

Tested by

no test coverage detected