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

Method test_commonprefix

Lib/test/test_genericpath.py:36–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 .format(self.pathmodule.__name__, attr))
35
36 def test_commonprefix(self):
37 with warnings_helper.check_warnings((".*commonpath().*", DeprecationWarning)):
38 self.do_test_commonprefix()
39
40 def do_test_commonprefix(self):
41 commonprefix = self.pathmodule.commonprefix

Callers

nothing calls this directly

Calls 1

do_test_commonprefixMethod · 0.95

Tested by

no test coverage detected