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

Method test_path_splitdrive

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

Source from the content-addressed store, hash-verified

1120 self.assertPathEqual(self.path.splitext)
1121
1122 def test_path_splitdrive(self):
1123 self.assertPathEqual(self.path.splitdrive)
1124
1125 def test_path_splitroot(self):
1126 self.assertPathEqual(self.path.splitroot)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected