Example #1
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Commodity(result))
Example #2
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Account(result))
Example #3
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, File(result))
Example #4
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Book(result, sh.scheme))
Example #5
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['gnc'])
Example #6
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, TimeStamp(result))
Example #7
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Split(result))
Example #8
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['splits'])
Example #9
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Transaction(result))