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

Method sample_subgraph

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

Source from the content-addressed store, hash-verified

111 return self.current_client.agg_nodes(request, response)
112
113 def sample_subgraph(self, request, response):
114 return self.current_client.sample_subgraph(request, response)
115
116 def get_stats(self, request, response):
117 return self.current_client.get_stats(request, response)

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected