(self, x, miscParams, src, tgt)
| 33 | |
| 34 | @abstractmethod |
| 35 | def getPoint(self, x, miscParams, src, tgt): |
| 36 | raise NotImplementedError |
| 37 | |
| 38 | |
| 39 | class SmoothPointGetter(PointGetter, metaclass=ABCMeta): |
nothing calls this directly
no outgoing calls
no test coverage detected