(self)
| 19 | @property |
| 20 | @abstractmethod |
| 21 | def optionName(self): |
| 22 | raise NotImplementedError() |
| 23 | |
| 24 | def display(self, callingWindow, srcContext): |
| 25 | return srcContext in ("priceViewFull", "priceViewMinimal") |
nothing calls this directly
no outgoing calls
no test coverage detected