(self, callback: Any)
| 172 | return self.snapshot_at(self.frontier()) |
| 173 | |
| 174 | def subscribe(self, callback: Any) -> None: |
| 175 | raise NotImplementedError("TODO") |
| 176 | |
| 177 | def __del__(self) -> None: |
| 178 | print(f"Live table {id(self)} no longer needed") |
no outgoing calls