(self)
| 129 | return type(self)(func(*args, **kwargs), **self.attrs) |
| 130 | |
| 131 | def __dask_graph__(self): |
| 132 | # Note: make sure that dask dusk arrays do not interfere with the |
| 133 | # dispatch mechanism. The return value here, doesn't matter. |
| 134 | return ... |
| 135 | |
| 136 | shape = dispatch_property("shape") |
| 137 | ndim = dispatch_property("ndim") |
no outgoing calls
no test coverage detected