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

Method test_path_splitext

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

Source from the content-addressed store, hash-verified

1248 self.assertPathEqual(self.path.split)
1249
1250 def test_path_splitext(self):
1251 self.assertPathEqual(self.path.splitext)
1252
1253 def test_path_splitdrive(self):
1254 self.assertPathEqual(self.path.splitdrive)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected