コード例 #1
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Commodity(result))
コード例 #2
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Account(result))
コード例 #3
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, File(result))
コード例 #4
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Book(result, sh.scheme))
コード例 #5
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['gnc'])
コード例 #6
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, TimeStamp(result))
コード例 #7
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Split(result))
コード例 #8
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['splits'])
コード例 #9
0
ファイル: xmlformat.py プロジェクト: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Transaction(result))