Ejemplo n.º 1
0
 def defaultEolFill(self, style):
     """
     Public method to get the default fill to eol flag.
     
     @param style style number (integer)
     @return fill to eol flag (boolean)
     """
     try:
         return self.defaultEolFills[style]
     except KeyError:
         return LexerContainer.defaultEolFill(self, style)
Ejemplo n.º 2
0
 def defaultEolFill(self, style):
     """
     Public method to get the default fill to eol flag.
     
     @param style style number (integer)
     @return fill to eol flag (boolean)
     """
     try:
         return self.defaultEolFills[style]
     except KeyError:
         return LexerContainer.defaultEolFill(self, style)