3653:942c9c625bc9 | 3654:ffeb85cdc72d |
---|---|
75 | 75 |
76 @param kwSet number of the keyword set (integer) | 76 @param kwSet number of the keyword set (integer) |
77 @return string giving the keywords (string) or None | 77 @return string giving the keywords (string) or None |
78 """ | 78 """ |
79 return QsciLexerSQL.keywords(self, kwSet) | 79 return QsciLexerSQL.keywords(self, kwSet) |
80 | |
81 def maximumKeywordSet(self): | |
82 """ | |
83 Public method to get the maximum keyword set. | |
84 | |
85 @return maximum keyword set (integer) | |
86 """ | |
87 return 8 |