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

Function _numel_arraylike

dask/array/backends.py:274–276  ·  view source on GitHub ↗

Numel implementation for arrays that want to return numel of the same type.

(x, **kwargs)

Source from the content-addressed store, hash-verified

272
273
274def _numel_arraylike(x, **kwargs):
275 """Numel implementation for arrays that want to return numel of the same type."""
276 return _numel(x, coerce_np_ndarray=False, **kwargs)
277
278
279def _numel(x, coerce_np_ndarray: bool, **kwargs):

Callers

nothing calls this directly

Calls 1

_numelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…