src/eric7/QScintilla/Lexers/LexerXML.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
120 @return string giving the keywords (string) or None 120 @return string giving the keywords (string) or None
121 """ 121 """
122 return QsciLexerXML.keywords(self, kwSet) 122 return QsciLexerXML.keywords(self, kwSet)
123 123
124 124
125 def createLexer(variant="", parent=None): 125 def createLexer(variant="", parent=None): # noqa: U100
126 """ 126 """
127 Function to instantiate a lexer object. 127 Function to instantiate a lexer object.
128 128
129 @param variant name of the language variant 129 @param variant name of the language variant
130 @type str 130 @type str

eric ide

mercurial