(self, e)
| 979 | """Align bottom of e bounding box on parent bottom side, overshooting by |
| 980 | the vertical bleed value.""" |
| 981 | def text(self, e): |
| 982 | return e.isBottomOnBleedBottom(self.tolerance) |
| 983 | |
| 984 | def solve(self, e, score): |
| 985 | if not self.text(e): # Only try to solve if condition test fails. |
no test coverage detected