QScintilla/Lexers/Lexer.py

changeset 6891
93f82da09f22
parent 6879
a862f60853f9
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
252 @param kwSet number of the keyword set 252 @param kwSet number of the keyword set
253 @type int 253 @type int
254 @return space separated list of keywords 254 @return space separated list of keywords
255 @rtype str or None 255 @rtype str or None
256 """ 256 """
257 return None 257 return None # __IGNORE_WARNING_M831__
258 258
259 def maximumKeywordSet(self): 259 def maximumKeywordSet(self):
260 """ 260 """
261 Public method to get the maximum keyword set. 261 Public method to get the maximum keyword set.
262 262

eric ide

mercurial