(self, *args, **kwargs)
| 306 | |
| 307 | |
| 308 | async def _received_request(self, *args, **kwargs): |
| 309 | try: |
| 310 | return await old__received_request(self, *args, **kwargs) |
| 311 | except RuntimeError: |
| 312 | pass |
| 313 | |
| 314 | |
| 315 | # pylint: disable-next=protected-access |
nothing calls this directly
no outgoing calls
no test coverage detected