3653:942c9c625bc9 | 3654:ffeb85cdc72d |
---|---|
71 | 71 |
72 @param kwSet number of the keyword set (integer) | 72 @param kwSet number of the keyword set (integer) |
73 @return string giving the keywords (string) or None | 73 @return string giving the keywords (string) or None |
74 """ | 74 """ |
75 return QsciLexerTCL.keywords(self, kwSet) | 75 return QsciLexerTCL.keywords(self, kwSet) |
76 | |
77 def maximumKeywordSet(self): | |
78 """ | |
79 Public method to get the maximum keyword set. | |
80 | |
81 @return maximum keyword set (integer) | |
82 """ | |
83 return 9 |