src/eric7/QScintilla/Lexers/LexerSQL.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
107 @rtype int 107 @rtype int
108 """ 108 """
109 return 8 109 return 8
110 110
111 111
112 def createLexer(variant, parent=None): # noqa: U100 112 def createLexer(variant, parent=None): # noqa: U-100
113 """ 113 """
114 Function to instantiate a lexer object. 114 Function to instantiate a lexer object.
115 115
116 @param variant name of the language variant (unused) 116 @param variant name of the language variant (unused)
117 @type str 117 @type str

eric ide

mercurial