(self)
| 141 | return binary_path |
| 142 | |
| 143 | def checkout_to_init_state(self): |
| 144 | self.checkout(branch=self.init_branch, hash=self.init_hash) |
| 145 | |
| 146 | def checkout(self, *, branch, hash=None): |
| 147 | branch_hash_name = get_branch_hash_name(branch=branch, hash=hash) |