MCPcopy
hub / github.com/numpy/numpy / conjugate

Method conjugate

numpy/_core/tests/test_ufunc.py:135–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 # class to use in testing object method loops
134 class foo:
135 def conjugate(self):
136 return np.bool(1)
137
138 def logical_xor(self, obj):
139 return np.bool(1)

Callers 15

_varFunction · 0.80
test_half_ufuncsMethod · 0.80
test_attributesMethod · 0.80
test_conjugateMethod · 0.80
test_conjugateMethod · 0.80
test_conjugate_outMethod · 0.80
test_conjugate_scalarMethod · 0.80
test_var_valuesMethod · 0.80
test_var_dimensionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected