Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ assert_equal_
Function
assert_equal_
numpy/lib/tests/test_format.py:435–436 ·
view source on GitHub ↗
(o1, o2)
Source
from the content-addressed store, hash-verified
433
return
arr2
434
435
def
assert_equal_(o1, o2):
436
assert_(o1 == o2)
437
438
439
def
test_roundtrip():
Callers
2
test_memmap_roundtrip
Function · 0.85
test_descr_to_dtype
Function · 0.85
Calls
1
assert_
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…