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

Function assertAllClose

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

Source from the content-addressed store, hash-verified

117
118
119def assertAllClose(examples, *args, **kwargs):
120 for a, b in examples:
121 assertIsClose(a, b, *args, **kwargs)
122
123
124def assertAllNotClose(examples, *args, **kwargs):

Callers 1

stdlib_math.pyFile · 0.85

Calls 1

assertIsCloseFunction · 0.85

Tested by

no test coverage detected