src/eric7/QScintilla/Lexers/LexerXML.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
127 @rtype str 127 @rtype str
128 """ 128 """
129 return QsciLexerXML.keywords(self, kwSet) 129 return QsciLexerXML.keywords(self, kwSet)
130 130
131 131
132 def createLexer(variant, parent=None): # noqa: U100 132 def createLexer(variant, parent=None): # noqa: U-100
133 """ 133 """
134 Function to instantiate a lexer object. 134 Function to instantiate a lexer object.
135 135
136 @param variant name of the language variant (unused) 136 @param variant name of the language variant (unused)
137 @type str 137 @type str

eric ide

mercurial