MCPcopy Create free account
hub / github.com/dask/dask / raise_not_implemented_error

Function raise_not_implemented_error

dask/array/__init__.py:646–652  ·  view source on GitHub ↗
(attr_name)

Source from the content-addressed store, hash-verified

644if _array_expr_enabled():
645
646 def raise_not_implemented_error(attr_name):
647 def inner_func(*args, **kwargs):
648 raise NotImplementedError(
649 f"Function {attr_name} is not implemented for dask-expr."
650 )
651
652 return inner_func
653
654 try:
655 from dask.array._array_expr import ( # type: ignore[assignment, no-redef]

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected