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

Method test_path_lexists

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

Source from the content-addressed store, hash-verified

1135 self.assertPathEqual(self.path.islink)
1136
1137 def test_path_lexists(self):
1138 self.assertPathEqual(self.path.lexists)
1139
1140 def test_path_ismount(self):
1141 self.assertPathEqual(self.path.ismount)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected