Return the aspect ratio of the bbox mutation.
(self)
| 4170 | self.stale = True |
| 4171 | |
| 4172 | def get_mutation_aspect(self): |
| 4173 | """Return the aspect ratio of the bbox mutation.""" |
| 4174 | return (self._mutation_aspect if self._mutation_aspect is not None |
| 4175 | else 1) # backcompat. |
| 4176 | |
| 4177 | def get_path(self): |
| 4178 | """Return the mutated path of the rectangle.""" |
no outgoing calls
no test coverage detected