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

Class SlicingNoop

dask/array/slicing.py:576–579  ·  view source on GitHub ↗

This indicates that a slicing operation is a no-op. The caller has to handle this

Source from the content-addressed store, hash-verified

574
575
576class SlicingNoop(Exception):
577 """This indicates that a slicing operation is a no-op. The caller has to handle this"""
578
579 pass
580
581
582def take(outname, inname, chunks, index, axis=0):

Callers 1

slice_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…