コード例 #1
0
 def run(self, args):
     if hasattr(self, 'short_help'):
         short_help = self.short_help
     else:
         short_help = self.__doc__[5:].capitalize()
         pass
     Mcmdfns.run_show_int(self, short_help)
     return
コード例 #2
0
 def run(self, args):
     if hasattr(self, 'short_help'):
         short_help = self.short_help
     else:
         short_help = self.__doc__[5:].capitalize()
         pass
     Mcmdfns.run_show_int(self, short_help)
     return
コード例 #3
0
ファイル: width.py プロジェクト: gitter-badger/python2-trepan
 def run(self, args):
     Mcmdfns.run_show_int(self, self.__doc__[5:].capitalize())
     return