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:138–139 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
136
return
np.bool(1)
137
138
def
logical_xor(self, obj):
139
return
np.bool(1)
140
141
def
test_unary_PyUFunc_O_O(self):
142
x = np.ones(10, dtype=object)
Callers
4
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
Calls
no outgoing calls
Tested by
no test coverage detected