MCPcopy
hub / github.com/dmlc/dgl / __setstate__

Method __setstate__

python/dgl/distributed/rpc.py:409–413  ·  view source on GitHub ↗

Construct the request object from serialized states. Must be inherited by subclasses.

(self, state)

Source from the content-addressed store, hash-verified

407
408 @abc.abstractmethod
409 def __setstate__(self, state):
410 """Construct the request object from serialized states.
411
412 Must be inherited by subclasses.
413 """
414
415 @abc.abstractmethod
416 def process_request(self, server_state):

Callers 1

deserialize_from_payloadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected