Example #1
0
 def to_string(self):
     return utils.python_message_to_string(self._m)
Example #2
0
 def to_string(self):
     return utils.python_message_to_string(self._m)
Example #3
0
def from_python(message):
    return from_string(
        utils.python_message_to_string(message))
Example #4
0
def from_python(message):
    return from_string(
        utils.python_message_to_string(message))