コード例 #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"])