(self)
| 48 | |
| 49 | @property |
| 50 | def effective(self): |
| 51 | try: |
| 52 | return self.parent.nameViewMap['resistancesViewFull'].showEffective |
| 53 | except KeyError: |
| 54 | return False |
| 55 | |
| 56 | def toggleEffective(self, event): |
| 57 | event.Skip() |
nothing calls this directly
no outgoing calls
no test coverage detected