Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _not_empty
Function
_not_empty
dask/array/utils.py:201–202 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
199
200
201
def
_not_empty(x):
202
return
x.shape and 0 not in x.shape
203
204
205
def
_check_dsk(dsk):
Callers
1
_get_dt_meta_computed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected