File: outline.py

package info (click to toggle)
turing 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,340 kB
  • sloc: python: 106,582; xml: 101; makefile: 53; sh: 29
file content (13 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
This document contains the tree widget used to display the editor document
outline.

"""
from pyqode.core.widgets import OutlineTreeWidget


class PyOutlineTreeWidget(OutlineTreeWidget):
    """
    Deprecated, use pyqode.core.widgets.OutlineTreeWidget instead.
    """
    pass