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

Method test_fileobj_link1

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

Source from the content-addressed store, hash-verified

234 self.assertEqual(a.name, b.name)
235
236 def test_fileobj_link1(self):
237 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
238
239 def test_fileobj_link2(self):
240 self._test_fileobj_link("./ustar/linktest2/lnktype",

Callers

nothing calls this directly

Calls 1

_test_fileobj_linkMethod · 0.95

Tested by

no test coverage detected