예제 #1
0
파일: part.py 프로젝트: hartym/flanker
 def to_string(self):
     return utils.python_message_to_string(self._m)
예제 #2
0
파일: part.py 프로젝트: x0rzkov/isthislegit
 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))