示例#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"])