We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a1685 commit 187e7ebCopy full SHA for 187e7eb
src/compas_eve/codecs/__init__.py
@@ -53,13 +53,13 @@ def decode(self, encoded_data):
53
54
Parameters
55
----------
56
- encoded_data : bytes or str
+ encoded_data : bytes
57
Encoded data to decode.
58
59
Returns
60
-------
61
- dict
62
- Decoded data dictionary that can be used to reconstruct a message.
+ :class:`Message` or dict or object
+ Decoded message after reconstruction from the encoded data.
63
"""
64
raise NotImplementedError("Subclasses must implement decode()")
65
0 commit comments