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