(self, *a, **k)
| 793 | return False |
| 794 | |
| 795 | def post(self, *a, **k): |
| 796 | raise ClientConnectorError("down") |
| 797 | |
| 798 | # Provide both error types because tasks.forward references both in except |
| 799 | class DummyClientResponseError(Exception): |
no test coverage detected