src/eric7/QScintilla/Lexers/LexerBatch.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
66 @rtype str 66 @rtype str
67 """ 67 """
68 return QsciLexerBatch.keywords(self, kwSet) 68 return QsciLexerBatch.keywords(self, kwSet)
69 69
70 70
71 def createLexer(variant, parent=None): # noqa: U100 71 def createLexer(variant, parent=None): # noqa: U-100
72 """ 72 """
73 Function to instantiate a lexer object. 73 Function to instantiate a lexer object.
74 74
75 @param variant name of the language variant (unused) 75 @param variant name of the language variant (unused)
76 @type str 76 @type str

eric ide

mercurial