Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_longname_1023
Method
test_longname_1023
Lib/test/test_tarfile.py:1962–1963 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1960
tar.close()
1961
1962
def
test_longname_1023(self):
1963
self._test((
"longnam/"
* 127) +
"longnam"
)
1964
1965
def
test_longname_1024(self):
1966
self._test((
"longnam/"
* 127) +
"longname"
)
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected