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

Function _splitext

Lib/unittest/loader.py:59–60  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

57 return suiteClass((TestClass(methodname),))
58
59def _splitext(path):
60 return os.path.splitext(path)[0]
61
62
63class TestLoader(object):

Callers 2

_get_name_from_pathMethod · 0.70
_find_test_pathMethod · 0.70

Calls 1

splitextMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…