Exemplo n.º 1
0
Arquivo: fuse.py Projeto: zzed/cbdfs
 def __init__(self, **kw):
     if not 'indent_increment' in kw:
         kw['indent_increment'] = 4
     SubbedOptIndentedFormatter.__init__(self, **kw)
Exemplo n.º 2
0
Arquivo: fuse.py Projeto: zzed/cbdfs
 def store_option_strings(self, parser):
     SubbedOptIndentedFormatter.store_option_strings(self, parser)
     # 27 is how the lib stock help appears
     self.help_position = max(self.help_position, 27)
     self.help_width = self.width - self.help_position
Exemplo n.º 3
0
 def __init__(self, **kw):
     if not 'indent_increment' in kw:
         kw['indent_increment'] = 4
     SubbedOptIndentedFormatter.__init__(self, **kw)