Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: qt.console.bracket_matcher

Provides bracket matching for Q[Plain]TextEdit widgets.

1 Class

class IPython.qt.console.bracket_matcher.BracketMatcher(text_edit)

Bases: PySide.QtCore.QObject

Matches square brackets, braces, and parentheses based on cursor position.

__init__(text_edit)

Create a call tip manager that is attached to the specified Qt text edit widget.