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

Function symlink_test

Lib/test/test_tarfile.py:3668–3669  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

3666# Like other symlink tests, skip these on WASI for now.
3667if support.is_wasi:
3668 def symlink_test(f):
3669 return unittest.skip("WASI: Skip symlink test for now")(f)
3670else:
3671 def symlink_test(f):
3672 return f

Callers

nothing calls this directly

Calls 1

skipMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…