IPython Documentation

Table Of Contents

Previous topic

Module: qt.console.ansi_code_processor

Next topic

Module: qt.console.call_tip_widget

This Page

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.