예제 #1
0
파일: proxy.py 프로젝트: sshyran/zing
 def target(self):
     return multistring_to_python(self.unit["target_f"])
예제 #2
0
파일: proxy.py 프로젝트: AlfredWei/pootle
 def target(self):
     return multistring_to_python(self.unit["target_f"])
예제 #3
0
파일: proxy.py 프로젝트: sshyran/zing
 def source(self):
     return multistring_to_python(self.unit["source_f"])
예제 #4
0
파일: proxy.py 프로젝트: AlfredWei/pootle
 def source(self):
     return multistring_to_python(self.unit["source_f"])