3653:942c9c625bc9 | 3654:ffeb85cdc72d |
---|---|
90 | 90 |
91 @param kwSet number of the keyword set (integer) | 91 @param kwSet number of the keyword set (integer) |
92 @return string giving the keywords (string) or None | 92 @return string giving the keywords (string) or None |
93 """ | 93 """ |
94 return QsciLexerD.keywords(self, kwSet) | 94 return QsciLexerD.keywords(self, kwSet) |
95 | |
96 def maximumKeywordSet(self): | |
97 """ | |
98 Public method to get the maximum keyword set. | |
99 | |
100 @return maximum keyword set (integer) | |
101 """ | |
102 return 7 |