MCPcopy Create free account
hub / github.com/numpy/numpy / conjugate

Method conjugate

numpy/core/tests/test_ufunc.py:124–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 # class to use in testing object method loops
123 class foo:
124 def conjugate(self):
125 return np.bool_(1)
126
127 def logical_xor(self, obj):
128 return np.bool_(1)

Callers 15

HMethod · 0.80
_varFunction · 0.80
test_half_ufuncsMethod · 0.80
test_attributesMethod · 0.80
test_conjugateMethod · 0.80
test_conjugate_outMethod · 0.80
test_var_valuesMethod · 0.80
test_var_dimensionsMethod · 0.80
test_complexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected