MCPcopy Index your code
hub / github.com/python/cpython / test_fileobj_link2

Method test_fileobj_link2

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

Source from the content-addressed store, hash-verified

235 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
236
237 def test_fileobj_link2(self):
238 self._test_fileobj_link("./ustar/linktest2/lnktype",
239 "ustar/linktest1/regtype")
240
241 def test_fileobj_symlink1(self):
242 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