(self)
| 1041 | self.sub_block = sub_block |
| 1042 | |
| 1043 | def adjust_return(self): |
| 1044 | offset = self.sub_block.get_offset(self) |
| 1045 | self.previous_block.return_address_store.args[1] = offset |
| 1046 | |
| 1047 | def set_exit(self, condition, exit_true=None): |
| 1048 | """Sets the block which we start from next, depending on the condition. |