(self)
| 58 | |
| 59 | @cache |
| 60 | def get_indices(self) -> List[SampleIndex]: |
| 61 | return list(range(len(self.data))) |
| 62 | |
| 63 | async def start_sample(self, index: SampleIndex, session: Session) -> TaskSampleExecutionResult: |
| 64 | self.env_controller.loop = asyncio.get_running_loop() |
nothing calls this directly
no outgoing calls
no test coverage detected