(self, request)
| 268 | |
| 269 | @wrappers.Request.application |
| 270 | def info_route(self, request): |
| 271 | ctx = plugin_util.context(request.environ) |
| 272 | experiment = plugin_util.experiment_id(request.environ) |
| 273 | info = self.info_impl(ctx, experiment) |
| 274 | return http_util.Respond(request, info, "application/json") |
| 275 | |
| 276 | @wrappers.Request.application |
| 277 | def graph_route(self, request): |