Print full help (same as dmypy --help).
(args: argparse.Namespace)
| 632 | |
| 633 | @action(help_parser) |
| 634 | def do_help(args: argparse.Namespace) -> None: |
| 635 | """Print full help (same as dmypy --help).""" |
| 636 | parser.print_help() |
| 637 | |
| 638 | |
| 639 | # Client-side infrastructure. |
nothing calls this directly
no test coverage detected
searching dependent graphs…