Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
119
def
assertAllClose(examples, *args, **kwargs):
120
for
a, b in examples:
121
assertIsClose(a, b, *args, **kwargs)
122
123
124
def
assertAllNotClose(examples, *args, **kwargs):
Callers
1
stdlib_math.py
File · 0.85
Calls
1
assertIsClose
Function · 0.85
Tested by
no test coverage detected