MCPcopy Index your code
hub / github.com/dask/dask / ErrorEP

Class ErrorEP

dask/tests/test_cli.py:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 )
225
226 class ErrorEP:
227 @property
228 def name(self):
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 1

test_register_command_epFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_register_command_epFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…