Set the tail patch. Parameters ---------- patchA : `.patches.Patch`
(self, patchA)
| 4458 | self.stale = True |
| 4459 | |
| 4460 | def set_patchA(self, patchA): |
| 4461 | """ |
| 4462 | Set the tail patch. |
| 4463 | |
| 4464 | Parameters |
| 4465 | ---------- |
| 4466 | patchA : `.patches.Patch` |
| 4467 | """ |
| 4468 | self.patchA = patchA |
| 4469 | self.stale = True |
| 4470 | |
| 4471 | def set_patchB(self, patchB): |
| 4472 | """ |
no outgoing calls
no test coverage detected