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