def post_result(self, sh, result): SwitchSH.post_result(self, sh, Commodity(result))
def post_result(self, sh, result): SwitchSH.post_result(self, sh, Account(result))
def post_result(self, sh, result): SwitchSH.post_result(self, sh, File(result))
def post_result(self, sh, result): SwitchSH.post_result(self, sh, Book(result, sh.scheme))
def post_result(self, sh, result): SwitchSH.post_result(self, sh, result['gnc'])
def post_result(self, sh, result): SwitchSH.post_result(self, sh, TimeStamp(result))
def post_result(self, sh, result): SwitchSH.post_result(self, sh, Split(result))
def post_result(self, sh, result): SwitchSH.post_result(self, sh, result['splits'])
def post_result(self, sh, result): SwitchSH.post_result(self, sh, Transaction(result))