def insert_page(self): ret = dialogs.insert_page_dlg(self.mw, self.app.current_doc) if ret: self.app.current_doc.api.insert_page(*ret)