5 lines
203 B
Python
5 lines
203 B
Python
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`.
|
|
""" |