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

Method test_path_ismount

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

Source from the content-addressed store, hash-verified

1138 self.assertPathEqual(self.path.lexists)
1139
1140 def test_path_ismount(self):
1141 self.assertPathEqual(self.path.ismount)
1142
1143 def test_path_expanduser(self):
1144 self.assertPathEqual(self.path.expanduser)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected