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

Method test_symlink_extraction2

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

Source from the content-addressed store, hash-verified

3122 @unittest.skipIf(hasattr(os, "symlink"),
3123 "Skip emulation if symlink exists")
3124 def test_symlink_extraction2(self):
3125 self._test_link_extraction("./ustar/linktest2/symtype")
3126
3127
3128class Bz2PartialReadTest(Bz2Test, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_test_link_extractionMethod · 0.95

Tested by

no test coverage detected