Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_incomplete
Method
test_incomplete
Lib/test/test_tarfile.py:2622–2623 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2620
self._test_error(b
""
)
2621
2622
def
test_incomplete(self):
2623
self._test_error(b
"\0"
* 13)
2624
2625
def
test_premature_eof(self):
2626
data = tarfile.TarInfo(
"foo"
).tobuf()
Callers
nothing calls this directly
Calls
1
_test_error
Method · 0.95
Tested by
no test coverage detected