MCPcopy Index your code
hub / github.com/RustPython/RustPython / assertAllNotClose

Function assertAllNotClose

extra_tests/snippets/stdlib_math.py:124–126  ·  view source on GitHub ↗
(examples, *args, **kwargs)

Source from the content-addressed store, hash-verified

122
123
124def assertAllNotClose(examples, *args, **kwargs):
125 for a, b in examples:
126 assertIsNotClose(a, b, *args, **kwargs)
127
128
129# test_negative_tolerances: ValueError should be raised if either tolerance is less than zero

Callers 1

stdlib_math.pyFile · 0.85

Calls 1

assertIsNotCloseFunction · 0.85

Tested by

no test coverage detected