8651:ce4c3c401482 | 8652:8cacde11f4fd |
---|---|
175 def lexer(self): | 175 def lexer(self): |
176 """ | 176 """ |
177 Public method to return the lexer type. | 177 Public method to return the lexer type. |
178 | 178 |
179 @return lexer type | 179 @return lexer type |
180 @type str | 180 @rtype str |
181 """ | 181 """ |
182 return "qss" | 182 return "qss" |