(self, room)
| 1150 | pass |
| 1151 | |
| 1152 | def getControlledRoomPassword(self, room): |
| 1153 | if room in self.controlpasswords: |
| 1154 | return self.controlpasswords[room] |
| 1155 | |
| 1156 | def checkForUpdate(self, userInitiated): |
| 1157 | try: |
no outgoing calls
no test coverage detected