Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
H
Method · 0.80
_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_out
Method · 0.80
test_var_values
Method · 0.80
test_var_complex_values
Method · 0.80
test_var_dimensions
Method · 0.80
test_complex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected