(self)
| 117 | self.actionHandler().bindAction("Extend Selection to End of View", UIAction(lambda ctxt: self.moveToEndOfView(True))) |
| 118 | |
| 119 | def getData(self): |
| 120 | return self.data |
| 121 | |
| 122 | def getStart(self): |
| 123 | return self.data.start |
no outgoing calls
no test coverage detected