MCPcopy 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_ufuncsMethod · 0.80
logical_xorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected