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

Method load

dask/tests/test_cli.py:223–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 return "foo"
222
223 def load(self):
224 raise ImportError("Entrypoint could not be imported")
225
226 with pytest.warns(UserWarning, match="must be instances of"):
227 _register_command_ep(dummy_cli, bad_ep)

Callers 10

_register_command_epFunction · 0.80
dispatchMethod · 0.80
_my_json_readerFunction · 0.80
from_npy_stackFunction · 0.80
test_memmapFunction · 0.80
test_to_npy_stackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected