QScintilla/TypingCompleters/CompleterPython.py

changeset 97
c4086afea02b
parent 91
f20b944b9c8c
child 430
0b4a8e85a043
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
7 Module implementing a typing completer for Python. 7 Module implementing a typing completer for Python.
8 """ 8 """
9 9
10 import re 10 import re
11 11
12 from PyQt4.QtCore import QObject, SIGNAL, QRegExp 12 from PyQt4.QtCore import QRegExp
13 from PyQt4.Qsci import QsciLexerPython 13 from PyQt4.Qsci import QsciLexerPython
14 14
15 from .CompleterBase import CompleterBase 15 from .CompleterBase import CompleterBase
16 16
17 import Preferences 17 import Preferences

eric ide

mercurial