diff --git a/IPython/qt/console/frontend_widget.py b/IPython/qt/console/frontend_widget.py index 95a184b..cce5778 100644 --- a/IPython/qt/console/frontend_widget.py +++ b/IPython/qt/console/frontend_widget.py @@ -351,7 +351,7 @@ class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin): #--------------------------------------------------------------------------- def _handle_clear_output(self, msg): """Handle clear output messages.""" - if include_output(msg): + if self.include_output(msg): wait = msg['content'].get('wait', True) if wait: self._pending_clearoutput = True