Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__.py
File
__init__.py
Lib/test/support/__init__.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Supporting definitions for the Python regression tests."
""
2
3
if
__name__ !=
'test.support'
:
4
raise
ImportError(
'support must be imported from the test package'
)
Callers
nothing calls this directly
Calls
11
check_sanitizer
Function · 0.85
check_impl_detail
Function · 0.85
_ALWAYS_EQ
Class · 0.85
_NEVER_EQ
Class · 0.85
_LARGEST
Class · 0.85
_SMALLEST
Class · 0.85
dirname
Method · 0.45
abspath
Method · 0.45
startswith
Method · 0.45
strftime
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected