def update(self, action=False): TextModelPresenter.update(self, action) if not self.model is None: self.methods.update()
def update(self, action=False): TextModelPresenter.update(self, action) self.methods.update()
def update(self, action=False): TextModelPresenter.update(self, action)
def update(self): TextModelPresenter.update(self) if not self.model is None: self.methods.update()