src/eric7/QScintilla/Lexers/LexerPascal.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
92 @return string giving the keywords (string) or None 92 @return string giving the keywords (string) or None
93 """ 93 """
94 return QsciLexerPascal.keywords(self, kwSet) 94 return QsciLexerPascal.keywords(self, kwSet)
95 95
96 96
97 def createLexer(variant="", parent=None): 97 def createLexer(variant="", parent=None): # noqa: U100
98 """ 98 """
99 Function to instantiate a lexer object. 99 Function to instantiate a lexer object.
100 100
101 @param variant name of the language variant 101 @param variant name of the language variant
102 @type str 102 @type str

eric ide

mercurial