def walk_bv_concat(self, formula, args, **kwargs): res = yicespy.yices_bvconcat2(args[0], args[1]) self._check_term_result(res) return res