def walk_bv_ror(self, formula, args, **kwargs): res = yicespy.yices_rotate_right(args[0], formula.bv_rotation_step()) self._check_term_result(res) return res