Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_arithmetic
Function · 0.45
myfilter
Function · 0.45
test_cupy_core.py
File · 0.45
Calls
no outgoing calls
Tested by
2
test_arithmetic
Function · 0.36
myfilter
Function · 0.36