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

Method __setstate__

dask/_task_spec.py:874–877  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

872 return state
873
874 def __setstate__(self, state):
875 super().__setstate__(state)
876 self.kwargs["constructor"] = self.__class__.constructor
877 return self
878
879 def __repr__(self):
880 return f"{type(self).__name__}({self.args})"

Callers

nothing calls this directly

Calls 1

__setstate__Method · 0.45

Tested by

no test coverage detected