MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_path_islink

Method test_path_islink

Lib/test/test_posixpath.py:1134–1135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1132 self.assertPathEqual(self.path.dirname)
1133
1134 def test_path_islink(self):
1135 self.assertPathEqual(self.path.islink)
1136
1137 def test_path_lexists(self):
1138 self.assertPathEqual(self.path.lexists)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected