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

Method test_symlink_extraction1

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

Source from the content-addressed store, hash-verified

3117 @unittest.skipIf(hasattr(os, "symlink"),
3118 "Skip emulation if symlink exists")
3119 def test_symlink_extraction1(self):
3120 self._test_link_extraction("ustar/symtype")
3121
3122 @unittest.skipIf(hasattr(os, "symlink"),
3123 "Skip emulation if symlink exists")

Callers

nothing calls this directly

Calls 1

_test_link_extractionMethod · 0.95

Tested by

no test coverage detected