MCPcopy Create free account
hub / github.com/alibaba/graph-learn / run_op

Method run_op

graphlearn/python/client.py:122–123  ·  view source on GitHub ↗
(self, request, response)

Source from the content-addressed store, hash-verified

120 return self.current_client.get_degree(request, response)
121
122 def run_op(self, request, response):
123 return self.current_client.run_op(request, response)
124
125 def run_dag(self, dag_def, copy=False):
126 return self.current_client.run_dag(dag_def, copy)

Callers 1

searchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected