Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_var
Function · 0.80
test_half_ufuncs
Method · 0.80
test_attributes
Method · 0.80
test_unary_PyUFunc_O_O_method_simple
Method · 0.80
test_python_complex_conjugate
Method · 0.80
test_conjugate
Method · 0.80
test_conjugate
Method · 0.80
test_conjugate_out
Method · 0.80
test_conjugate_scalar
Method · 0.80
test_var_values
Method · 0.80
test_var_complex_values
Method · 0.80
test_var_dimensions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected