Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | def set_Border(self, Border): |
||
2 | """ |
||
3 | Set coordinate polygon by given object. |
||
4 | Moreover, invalidate self's AlternativeImages |
||
5 | (because they will have been cropped with a bbox |
||
6 | of the previous polygon). |
||
7 | """ |
||
8 | self.invalidate_AlternativeImage(feature_selector='cropped') |
||
9 | self.Border = Border |
||
10 |