Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ check
Method
check
numpy/lib/tests/test_mixins.py:98–99 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
96
def
test_array_like_add(self):
97
98
def
check(result):
99
_assert_equal_type_and_value(result, ArrayLike(0))
100
101
check(ArrayLike(0) + 0)
102
check(0 + ArrayLike(0))
Callers
nothing calls this directly
Calls
2
_assert_equal_type_and_value
Function · 0.85
ArrayLike
Class · 0.70
Tested by
no test coverage detected