コード例 #1
0
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps()
     else:
         super(MRJob, self)._print_help(options)
コード例 #2
0
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps(include_deprecated=self.options.deprecated)
     else:
         super(MRJob, self)._print_help(options)
コード例 #3
0
ファイル: job.py プロジェクト: Yelp/mrjob
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps(include_deprecated=self.options.deprecated)
     else:
         super(MRJob, self)._print_help(options)
コード例 #4
0
ファイル: job.py プロジェクト: okomestudio/mrjob
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps()
     else:
         super(MRJob, self)._print_help(options)