QScintilla/Lexers/LexerPython.py

changeset 167
7508e44f4853
parent 130
fcce4cc20d95
child 791
9ec2ac20e54e
equal deleted inserted replaced
166:11e9ed8ae18c 167:7508e44f4853
119 119
120 def defaultKeywords(self, kwSet): 120 def defaultKeywords(self, kwSet):
121 """ 121 """
122 Public method to get the default keywords. 122 Public method to get the default keywords.
123 123
124 @param kwSet number of the keyword set (integer) 124 @param kwSet number of the keyword set (integer)
125 @return string giving the keywords (string) or None
125 """ 126 """
126 return QsciLexerPython.keywords(self, kwSet) 127 return QsciLexerPython.keywords(self, kwSet)

eric ide

mercurial