(self)
| 369 | # TODO(justin): We want to remove schema from `ReadTask` later on |
| 370 | @property |
| 371 | def schema(self) -> Optional["Schema"]: |
| 372 | return self._schema |
| 373 | |
| 374 | @property |
| 375 | def read_fn(self) -> Callable[[], Iterable[Block]]: |
no outgoing calls