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