コード例 #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
ファイル: shared.py プロジェクト: xj361685640/molSimplify
 def _backwardImplementation(self, outerr, inerr, inbuf):
     SubsamplingConnection._backwardImplementation(self, outerr, inerr,
                                                   inbuf)
コード例 #5
0
ファイル: shared.py プロジェクト: xj361685640/molSimplify
 def _forwardImplementation(self, inbuf, outbuf):
     SubsamplingConnection._forwardImplementation(self, inbuf, outbuf)
コード例 #6
0
ファイル: shared.py プロジェクト: xj361685640/molSimplify
 def __init__(self, mother, inmod, outmod, **kwargs):
     SubsamplingConnection.__init__(self, inmod, outmod, **kwargs)
     self._replaceParamsByMother(mother)