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

Method test_fileobj_symlink1

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

Source from the content-addressed store, hash-verified

239 "ustar/linktest1/regtype")
240
241 def test_fileobj_symlink1(self):
242 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
243
244 def test_fileobj_symlink2(self):
245 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