Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
59
def
_splitext(path):
60
return
os.path.splitext(path)[0]
61
62
63
class
TestLoader(object):
Callers
2
_get_name_from_path
Method · 0.70
_find_test_path
Method · 0.70
Calls
1
splitext
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…