MCPcopy Index your code
hub / github.com/python/mypy / assertMathRangeError

Function assertMathRangeError

mypyc/test-data/fixtures/testutil.py:57–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 return assertRaises(ValueError, "math domain error")
56
57def assertMathRangeError() -> Any:
58 return assertRaises(OverflowError, "math range error")
59
60T = TypeVar('T')
61U = TypeVar('U')

Callers

nothing calls this directly

Calls 1

assertRaisesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…