示例#1
0
文件: part.py 项目: hartym/flanker
 def to_string(self):
     return utils.python_message_to_string(self._m)
示例#2
0
 def to_string(self):
     return utils.python_message_to_string(self._m)
示例#3
0
def from_python(message):
    return from_string(
        utils.python_message_to_string(message))
示例#4
0
def from_python(message):
    return from_string(
        utils.python_message_to_string(message))