Ejemplo n.º 1
0
 def _backwardImplementation(self, outerr, inerr, inbuf):
     SubsamplingConnection._backwardImplementation(self, outerr, inerr, inbuf)
Ejemplo n.º 2
0
 def _forwardImplementation(self, inbuf, outbuf):
     SubsamplingConnection._forwardImplementation(self, inbuf, outbuf)
Ejemplo n.º 3
0
 def __init__(self, mother, inmod, outmod, **kwargs):
     SubsamplingConnection.__init__(self, inmod, outmod, **kwargs)
     self._replaceParamsByMother(mother)
Ejemplo n.º 4
0
 def _backwardImplementation(self, outerr, inerr, inbuf):
     SubsamplingConnection._backwardImplementation(self, outerr, inerr,
                                                   inbuf)
Ejemplo n.º 5
0
 def _forwardImplementation(self, inbuf, outbuf):
     SubsamplingConnection._forwardImplementation(self, inbuf, outbuf)
Ejemplo n.º 6
0
 def __init__(self, mother, inmod, outmod, **kwargs):
     SubsamplingConnection.__init__(self, inmod, outmod, **kwargs)
     self._replaceParamsByMother(mother)