:type: dict
(self)
| 592 | |
| 593 | @property |
| 594 | def raw_data(self) -> dict[str, Any]: |
| 595 | """ |
| 596 | :type: dict |
| 597 | """ |
| 598 | self._completeIfNeeded() |
| 599 | return super().raw_data |
| 600 | |
| 601 | @property |
| 602 | def raw_headers(self) -> dict[str, str | int]: |
nothing calls this directly
no test coverage detected