(self, actual)
| 369 | return super().__eq__(actual) |
| 370 | |
| 371 | def _yield_comparisons(self, actual): |
| 372 | return zip(actual, self.expected) |
| 373 | |
| 374 | def _check_type(self) -> None: |
| 375 | __tracebackhide__ = True |
nothing calls this directly
no outgoing calls
no test coverage detected