Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_longname_1025
Method
test_longname_1025
Lib/test/test_tarfile.py:1951–1952 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1949
self._test((
"longnam/"
* 127) +
"longname"
)
1950
1951
def
test_longname_1025(self):
1952
self._test((
"longnam/"
* 127) +
"longname_"
)
1953
1954
def
test_longlink_1023(self):
1955
self._test(
"name"
, (
"longlnk/"
* 127) +
"longlnk"
)
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected