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

Class NotThisMethod

dask/dataframe/dask_expr/_version.py:62–63  ·  view source on GitHub ↗

Exception raised if a method is not valid for the current scenario.

Source from the content-addressed store, hash-verified

60
61
62class NotThisMethod(Exception):
63 """Exception raised if a method is not valid for the current scenario."""
64
65
66LONG_VERSION_PY: dict[str, str] = {}

Callers 3

versions_from_parentdirFunction · 0.70
git_pieces_from_vcsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected