MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_fileobj_symlink1

Method test_fileobj_symlink1

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

Source from the content-addressed store, hash-verified

241 "ustar/linktest1/regtype")
242
243 def test_fileobj_symlink1(self):
244 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
245
246 def test_fileobj_symlink2(self):
247 self._test_fileobj_link("./ustar/linktest2/symtype",

Callers

nothing calls this directly

Calls 1

_test_fileobj_linkMethod · 0.95

Tested by

no test coverage detected