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

Method real

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

Source from the content-addressed store, hash-verified

587
588 @property
589 def real(self):
590 from dask.array._array_expr._ufunc import real
591
592 return real(self)
593
594 @property
595 def imag(self):

Callers 3

test_arithmeticFunction · 0.45
myfilterFunction · 0.45
test_cupy_core.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

test_arithmeticFunction · 0.36
myfilterFunction · 0.36