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