(self)
| 230 | |
| 231 | @property |
| 232 | def modPosition(self): |
| 233 | return self.getModPosition() |
| 234 | |
| 235 | def getModPosition(self, fit=None): |
| 236 | # Pass in fit for reliability. When it's not passed, we rely on owner and owner |
nothing calls this directly
no test coverage detected