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

Method __getstate__

dask/_task_spec.py:766–768  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

764 setattr(self, sl, val)
765
766 def __getstate__(self):
767 slots = self.__class__.get_all_slots()
768 return tuple(getattr(self, sl) for sl in slots)
769
770 @property
771 def is_coro(self):

Callers 1

__getstate__Method · 0.45

Calls 1

get_all_slotsMethod · 0.80

Tested by

no test coverage detected