MCPcopy Index your code
hub / github.com/RustPython/RustPython / _splitext

Function _splitext

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

Source from the content-addressed store, hash-verified

56 return suiteClass((TestClass(methodname),))
57
58def _splitext(path):
59 return os.path.splitext(path)[0]
60
61
62class 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