MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / decode

Method decode

tests/test_payload.py:64–65  ·  view source on GitHub ↗
(self, encoding: str = "utf-8", errors: str = "strict")

Source from the content-addressed store, hash-verified

62
63class 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

Calls

no outgoing calls

Tested by

no test coverage detected