(self, encoding: str = "utf-8", errors: str = "strict")
| 62 | |
| 63 | class Payload(payload.Payload): |
| 64 | def decode(self, encoding: str = "utf-8", errors: str = "strict") -> str: |
| 65 | assert False |
| 66 | |
| 67 | async def write(self, writer): |
| 68 | pass |
no outgoing calls
no test coverage detected