src/eric7/QScintilla/Lexers/LexerTCL.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
100 @rtype int 100 @rtype int
101 """ 101 """
102 return 9 102 return 9
103 103
104 104
105 def createLexer(variant, parent=None): # noqa: U100 105 def createLexer(variant, parent=None): # noqa: U-100
106 """ 106 """
107 Function to instantiate a lexer object. 107 Function to instantiate a lexer object.
108 108
109 @param variant name of the language variant (unused) 109 @param variant name of the language variant (unused)
110 @type str 110 @type str

eric ide

mercurial