(self, freeze=None)
| 449 | return self.timeline.wait_for(self, freeze, explain) |
| 450 | |
| 451 | def wait_until_realized(self, freeze=None): |
| 452 | return self.timeline.wait_until_realized(self, freeze) |
| 453 | |
| 454 | def __eq__(self, other): |
| 455 | if self is other: |
nothing calls this directly
no test coverage detected