(self, data: DataProto)
| 45 | |
| 46 | @register(dispatch_mode=Dispatch.DP_COMPUTE_PROTO) |
| 47 | async def sub(self, data: DataProto): |
| 48 | data.batch["a"] -= self.config["b"] |
| 49 | return data |
| 50 | |
| 51 | |
| 52 | def test_colocated_workers(): |
no outgoing calls
no test coverage detected