コード例 #1
0
ファイル: LexerRuby.py プロジェクト: thesecondson577/eric
 def defaultKeywords(self, kwSet):
     """
     Public method to get the default keywords.
     
     @param kwSet number of the keyword set (integer)
     @return string giving the keywords (string) or None
     """
     return QsciLexerRuby.keywords(self, kwSet)
コード例 #2
0
ファイル: LexerRuby.py プロジェクト: pycom/EricShort
 def defaultKeywords(self, kwSet):
     """
     Public method to get the default keywords.
     
     @param kwSet number of the keyword set (integer)
     @return string giving the keywords (string) or None
     """
     return QsciLexerRuby.keywords(self, kwSet)