MCPcopy 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)

Calls

no outgoing calls

Tested by

no test coverage detected