src/eric7/QScintilla/Lexers/LexerJava.py

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

eric ide

mercurial