MCPcopy 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
435def assert_equal_(o1, o2):
436 assert_(o1 == o2)
437
438
439def test_roundtrip():

Callers 2

test_memmap_roundtripFunction · 0.85
test_descr_to_dtypeFunction · 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…