(self, request, response)
| 108 | return self.current_client.sample_neighbor(request, response) |
| 109 | |
| 110 | def agg_nodes(self, request, response): |
| 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) |