MCPcopy Create free account
hub / github.com/python/mypy / do_help

Function do_help

mypy/dmypy/client.py:634–636  ·  view source on GitHub ↗

Print full help (same as dmypy --help).

(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

632
633@action(help_parser)
634def do_help(args: argparse.Namespace) -> None:
635 """Print full help (same as dmypy --help)."""
636 parser.print_help()
637
638
639# Client-side infrastructure.

Callers

nothing calls this directly

Calls 1

print_helpMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…