示例#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)