MCPcopy Index your code
hub / github.com/dask/dask / imag

Method imag

dask/array/_array_expr/_collection.py:595–598  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

593
594 @property
595 def imag(self):
596 from dask.array._array_expr._ufunc import imag
597
598 return imag(self)
599
600 def conj(self):
601 """Complex-conjugate all elements.

Callers 2

test_arithmeticFunction · 0.45
test_cupy_core.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

test_arithmeticFunction · 0.36