src/eric7/QScintilla/Lexers/LexerYAML.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
73 @rtype str 73 @rtype str
74 """ 74 """
75 return QsciLexerYAML.keywords(self, kwSet) 75 return QsciLexerYAML.keywords(self, kwSet)
76 76
77 77
78 def createLexer(variant, parent=None): # noqa: U100 78 def createLexer(variant, parent=None): # noqa: U-100
79 """ 79 """
80 Function to instantiate a lexer object. 80 Function to instantiate a lexer object.
81 81
82 @param variant name of the language variant (unused) 82 @param variant name of the language variant (unused)
83 @type str 83 @type str

eric ide

mercurial