(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) |
| 115 | |
| 116 | def get_stats(self, request, response): |
| 117 | return self.current_client.get_stats(request, response) |