3653:942c9c625bc9 | 3654:ffeb85cdc72d |
---|---|
113 | 113 |
114 @param kwSet number of the keyword set (integer) | 114 @param kwSet number of the keyword set (integer) |
115 @return string giving the keywords (string) or None | 115 @return string giving the keywords (string) or None |
116 """ | 116 """ |
117 return QsciLexerCPP.keywords(self, kwSet) | 117 return QsciLexerCPP.keywords(self, kwSet) |
118 | |
119 def maximumKeywordSet(self): | |
120 """ | |
121 Public method to get the maximum keyword set. | |
122 | |
123 @return maximum keyword set (integer) | |
124 """ | |
125 return 4 |