コード例 #1
0
 def __init__(self, air, name='DistributedFSMOV'):
     DistributedFSMBase.__init__(self, name)
     DistributedObjectOV.__init__(self, air)
     self.__requestContext = 0
     self._requests = {}
     self.obj = None
     return
コード例 #2
0
 def __init__(self, cr, name):
     DistributedFSMBase.__init__(self, name)
     DistributedObject.__init__(self, cr)
コード例 #3
0
 def __init__(self, air, name = 'DistributedFSMOV'):
     DistributedFSMBase.__init__(self, name)
     DistributedObjectOV.__init__(self, air)
     self._DistributedFSMOV__requestContext = 0
     self._requests = { }
     self.obj = None
コード例 #4
0
 def __repr__(self):
     return '%s (%s)' % (DistributedFSMBase.__repr__(self), self.doId)
コード例 #5
0
ファイル: DistributedFSM.py プロジェクト: TTGhost/POTCOR-src
 def __init__(self, cr, name):
     DistributedFSMBase.__init__(self, name)
     DistributedObject.__init__(self, cr)