(self, project_id)
| 230 | return {"id": organization_id} |
| 231 | |
| 232 | def get_project(self, project_id): |
| 233 | return {"id": project_id} |
| 234 | |
| 235 | def get_experiment(self, experiment_id): |
| 236 | return {"id": experiment_id} |
nothing calls this directly
no outgoing calls
no test coverage detected