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

Method test_path_ismount

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

Source from the content-addressed store, hash-verified

1269 self.assertPathEqual(self.path.lexists)
1270
1271 def test_path_ismount(self):
1272 self.assertPathEqual(self.path.ismount)
1273
1274 def test_path_expanduser(self):
1275 self.assertPathEqual(self.path.expanduser)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected