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

Method test_path_splitroot

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

Source from the content-addressed store, hash-verified

1254 self.assertPathEqual(self.path.splitdrive)
1255
1256 def test_path_splitroot(self):
1257 self.assertPathEqual(self.path.splitroot)
1258
1259 def test_path_basename(self):
1260 self.assertPathEqual(self.path.basename)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected