type info + doc string added
This commit is contained in:
parent
421aa78014
commit
604dcb104f
5
betterproto-extras/betterproto_extras.pyi
Normal file
5
betterproto-extras/betterproto_extras.pyi
Normal 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`.
|
||||||
|
"""
|
Loading…
x
Reference in New Issue
Block a user