示例#1
0
 def setRoomDoIds(self, roomDoIds):
     self.roomDoIds = roomDoIds
     self.roomWatcher = BulletinBoardWatcher.BulletinBoardWatcher(
         'roomWatcher-%s' % self.doId, [
             DistributedCountryClubRoom.getCountryClubRoomReadyPostName(
                 doId) for doId in self.roomDoIds
         ], self.gotAllRooms)
示例#2
0
 def setRoomDoIds(self, roomDoIds):
     self.roomDoIds = roomDoIds
     continue
     self.roomWatcher = [](_[1], [
         DistributedCountryClubRoom.getCountryClubRoomReadyPostName(doId)
         for doId in self.roomDoIds
     ], self.gotAllRooms)
 def setRoomDoIds(self, roomDoIds):
     self.roomDoIds = roomDoIds
     self.roomWatcher = BulletinBoardWatcher.BulletinBoardWatcher('roomWatcher-%s' % self.doId, [ DistributedCountryClubRoom.getCountryClubRoomReadyPostName(doId) for doId in self.roomDoIds ], self.gotAllRooms)
 def setRoomDoIds(self, roomDoIds):
     self.roomDoIds = roomDoIds
     self.roomWatcher = [](_[1], [ DistributedCountryClubRoom.getCountryClubRoomReadyPostName(doId) for doId in self.roomDoIds ], self.gotAllRooms)