The proto_message_utils.py module#

Summary#

dict_to_str

Transform a dictionary into a string.

Description#

Module with method to process Protobuf messages.

Module detail#

proto_message_utils.dict_to_str(dict)#

Transform a dictionary into a string.

Parameters:
dict

Dictionary to transform.

Returns:
str

String representation of the dictionary.