def to_string(self): return utils.python_message_to_string(self._m)
def from_python(message): return from_string( utils.python_message_to_string(message))