QScintilla/Lexers/LexerPython.py

changeset 3654
ffeb85cdc72d
parent 3591
2f2a4a76dd22
child 3656
441956d8fce5
child 3732
88b9be051ce9
equal deleted inserted replaced
3653:942c9c625bc9 3654:ffeb85cdc72d
154 154
155 @param kwSet number of the keyword set (integer) 155 @param kwSet number of the keyword set (integer)
156 @return string giving the keywords (string) or None 156 @return string giving the keywords (string) or None
157 """ 157 """
158 return QsciLexerPython.keywords(self, kwSet) 158 return QsciLexerPython.keywords(self, kwSet)
159
160 def maximumKeywordSet(self):
161 """
162 Public method to get the maximum keyword set.
163
164 @return maximum keyword set (integer)
165 """
166 return 2

eric ide

mercurial