MCPcopy
hub / github.com/long2ice/fastapi-cache / decode

Method decode

fastapi_cache/coder.py:67–68  ·  view source on GitHub ↗
(cls, value: bytes)

Source from the content-addressed store, hash-verified

65
66 @classmethod
67 def decode(cls, value: bytes) -> Any:
68 raise NotImplementedError
69
70 # (Shared) cache for endpoint return types to Pydantic model fields.
71 # Note that subclasses share this cache! If a subclass overrides the

Callers 4

decode_as_typeMethod · 0.45
decodeMethod · 0.45
decode_as_typeMethod · 0.45
test_pickle_coderFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_pickle_coderFunction · 0.36