src/eric7/QScintilla/Lexers/LexerDiff.py

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

eric ide

mercurial