src/eric7/QScintilla/Lexers/LexerPOV.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
84 @rtype str 84 @rtype str
85 """ 85 """
86 return QsciLexerPOV.keywords(self, kwSet) 86 return QsciLexerPOV.keywords(self, kwSet)
87 87
88 88
89 def createLexer(variant, parent=None): # noqa: U100 89 def createLexer(variant, parent=None): # noqa: U-100
90 """ 90 """
91 Function to instantiate a lexer object. 91 Function to instantiate a lexer object.
92 92
93 @param variant name of the language variant (unused) 93 @param variant name of the language variant (unused)
94 @type str 94 @type str

eric ide

mercurial