MCPcopy
hub / github.com/dask/dask / load

Method load

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

Source from the content-addressed store, hash-verified

229 return "foo"
230
231 def load(self):
232 raise ImportError("Entrypoint could not be imported")
233
234 with pytest.warns(UserWarning, match="must be instances of"):
235 _register_command_ep(dummy_cli, bad_ep)

Callers 11

_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