Beispiel #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)
Beispiel #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)
Beispiel #3
0
Datei: job.py Projekt: 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)
Beispiel #4
0
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps()
     else:
         super(MRJob, self)._print_help(options)