type info + doc string added

This commit is contained in:
Erik Friese 2023-08-26 21:04:30 +02:00
parent 421aa78014
commit 604dcb104f

View File

@ -0,0 +1,5 @@
def deserialize(msg, data: bytes):
"""
Parses the binary encoded Protobuf `data` with respect to the metadata
given by the betterproto message `msg`, and merges the result into `msg`.
"""