MCPcopy Index your code
hub / github.com/dmlc/dgl / process_request

Method process_request

python/dgl/distributed/rpc.py:416–430  ·  view source on GitHub ↗

Server-side function to process the request. Must be inherited by subclasses. Parameters ---------- server_state : ServerState Server state data. Returns ------- Response Response of this request or None if no respons

(self, server_state)

Source from the content-addressed store, hash-verified

414
415 @abc.abstractmethod
416 def process_request(self, server_state):
417 """Server-side function to process the request.
418
419 Must be inherited by subclasses.
420
421 Parameters
422 ----------
423 server_state : ServerState
424 Server state data.
425
426 Returns
427 -------
428 Response
429 Response of this request or None if no response.
430 """
431
432 @property
433 def service_id(self):

Callers 1

start_serverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected