예제 #1
0
파일: shared.py 프로젝트: DanSGraham/code
 def _backwardImplementation(self, outerr, inerr, inbuf):
     SubsamplingConnection._backwardImplementation(self, outerr, inerr, inbuf)
예제 #2
0
파일: shared.py 프로젝트: DanSGraham/code
 def _forwardImplementation(self, inbuf, outbuf):
     SubsamplingConnection._forwardImplementation(self, inbuf, outbuf)
예제 #3
0
파일: shared.py 프로젝트: DanSGraham/code
 def __init__(self, mother, inmod, outmod, **kwargs):
     SubsamplingConnection.__init__(self, inmod, outmod, **kwargs)
     self._replaceParamsByMother(mother)
예제 #4
0
 def _backwardImplementation(self, outerr, inerr, inbuf):
     SubsamplingConnection._backwardImplementation(self, outerr, inerr,
                                                   inbuf)
예제 #5
0
 def _forwardImplementation(self, inbuf, outbuf):
     SubsamplingConnection._forwardImplementation(self, inbuf, outbuf)
예제 #6
0
 def __init__(self, mother, inmod, outmod, **kwargs):
     SubsamplingConnection.__init__(self, inmod, outmod, **kwargs)
     self._replaceParamsByMother(mother)