Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ logical_xor
Method
logical_xor
numpy/core/tests/test_ufunc.py:127–128 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
125
return
np.bool_(1)
126
127
def
logical_xor(self, obj):
128
return
np.bool_(1)
129
130
def
test_unary_PyUFunc_O_O(self):
131
x = np.ones(10, dtype=object)
Callers
5
test_half_ufuncs
Method · 0.80
test_binary_PyUFunc_OO_O_method
Method · 0.80
test_binary_PyUFunc_On_Om_method
Method · 0.80
test_logical_and_or_xor
Method · 0.80
logical_xor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected