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