Exemplo n.º 1
0
 def defaultPaper(self, style):
     """ Provides the default paper for a style """
     try:
         return self.defaultPapers[style]
     except KeyError:
         return LexerContainer.defaultPaper(self, style)
Exemplo n.º 2
0
 def defaultPaper( self, style ):
     """ Provides the default paper for a style """
     try:
         return self.defaultPapers[ style ]
     except KeyError:
         return LexerContainer.defaultPaper( self, style )