MCPcopy 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
201def _not_empty(x):
202 return x.shape and 0 not in x.shape
203
204
205def _check_dsk(dsk):

Callers 1

_get_dt_meta_computedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected