(self)
| 273 | UIContext.updateStatus() |
| 274 | |
| 275 | def refreshAtCurrentLocation(self): |
| 276 | if self.topLine < len(self.lines): |
| 277 | self.topAddr = self.lines[self.topLine].address |
| 278 | self.refreshLines() |
| 279 | |
| 280 | def createLine(self, addr, length, separator): |
| 281 | if separator: |
no test coverage detected