MCPcopy 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
3if __name__ != 'test.support':
4 raise ImportError('support must be imported from the test package')

Callers

nothing calls this directly

Calls 11

check_sanitizerFunction · 0.85
check_impl_detailFunction · 0.85
_ALWAYS_EQClass · 0.85
_NEVER_EQClass · 0.85
_LARGESTClass · 0.85
_SMALLESTClass · 0.85
dirnameMethod · 0.45
abspathMethod · 0.45
startswithMethod · 0.45
strftimeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected