(self, ctx)
| 169 | return self.parser.format_help() |
| 170 | |
| 171 | def invoke(self, ctx): |
| 172 | ctx.invoke(self.callback, ctx.args, **ctx.params) |
| 173 | |
| 174 | parser = optparse.OptionParser(usage="Usage: foo test [OPTIONS]") |
| 175 | parser.add_option( |
no outgoing calls
no test coverage detected