MCPcopy Index your code
hub / github.com/RustPython/RustPython / __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 12

check_sanitizerFunction · 0.85
hasattrFunction · 0.85
check_impl_detailFunction · 0.85
_ALWAYS_EQClass · 0.85
_NEVER_EQClass · 0.85
_LARGESTClass · 0.85
_SMALLESTClass · 0.85
__getformat__Method · 0.80
is_enabledMethod · 0.80
startswithMethod · 0.45
strftimeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected