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