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

Method test_fileobj_link2

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

Source from the content-addressed store, hash-verified

237 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
238
239 def test_fileobj_link2(self):
240 self._test_fileobj_link("./ustar/linktest2/lnktype",
241 "ustar/linktest1/regtype")
242
243 def test_fileobj_symlink1(self):
244 self._test_fileobj_link("ustar/symtype", "ustar/regtype")

Callers

nothing calls this directly

Calls 1

_test_fileobj_linkMethod · 0.95

Tested by

no test coverage detected