def __init__(self, air, name='DistributedFSMOV'): DistributedFSMBase.__init__(self, name) DistributedObjectOV.__init__(self, air) self.__requestContext = 0 self._requests = {} self.obj = None return
def __init__(self, cr, name): DistributedFSMBase.__init__(self, name) DistributedObject.__init__(self, cr)
def __init__(self, air, name = 'DistributedFSMOV'): DistributedFSMBase.__init__(self, name) DistributedObjectOV.__init__(self, air) self._DistributedFSMOV__requestContext = 0 self._requests = { } self.obj = None
def __repr__(self): return '%s (%s)' % (DistributedFSMBase.__repr__(self), self.doId)