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

Method test_partial_input

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

Source from the content-addressed store, hash-verified

3167 pass # we have no interest in ReadErrors
3168
3169 def test_partial_input(self):
3170 self._test_partial_input("r")
3171
3172 def test_partial_input_bz2(self):
3173 self._test_partial_input("r:bz2")

Callers

nothing calls this directly

Calls 1

_test_partial_inputMethod · 0.95

Tested by

no test coverage detected