(self, _duration)
| 558 | raise RuntimeError("boom") |
| 559 | |
| 560 | def delta(self, _duration): |
| 561 | raise RuntimeError("boom") |
| 562 | |
| 563 | devices = AllGPUDevices.__new__(AllGPUDevices) |
| 564 | exploding = ExplodingDevice() |
nothing calls this directly
no outgoing calls
no test coverage detected