def _backwardImplementation(self, outerr, inerr, inbuf): SubsamplingConnection._backwardImplementation(self, outerr, inerr, inbuf)
def _forwardImplementation(self, inbuf, outbuf): SubsamplingConnection._forwardImplementation(self, inbuf, outbuf)
def __init__(self, mother, inmod, outmod, **kwargs): SubsamplingConnection.__init__(self, inmod, outmod, **kwargs) self._replaceParamsByMother(mother)