type info + doc string added
This commit is contained in:
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`.
|
||||||
|
"""
|
||||||
Reference in New Issue
Block a user