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

Method test_path_splitdrive

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

Source from the content-addressed store, hash-verified

1251 self.assertPathEqual(self.path.splitext)
1252
1253 def test_path_splitdrive(self):
1254 self.assertPathEqual(self.path.splitdrive)
1255
1256 def test_path_splitroot(self):
1257 self.assertPathEqual(self.path.splitroot)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected