All the values the op may read.
(self)
| 292 | |
| 293 | @abstractmethod |
| 294 | def sources(self) -> list[Value]: |
| 295 | """All the values the op may read.""" |
| 296 | |
| 297 | @abstractmethod |
| 298 | def set_sources(self, new: list[Value]) -> None: |
no outgoing calls
no test coverage detected