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

Method test_path_lexists

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

Source from the content-addressed store, hash-verified

1266 self.assertPathEqual(self.path.islink)
1267
1268 def test_path_lexists(self):
1269 self.assertPathEqual(self.path.lexists)
1270
1271 def test_path_ismount(self):
1272 self.assertPathEqual(self.path.ismount)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected