MCPcopy Index your code
hub / github.com/python/mypy / do_hang

Function do_hang

mypy/dmypy/client.py:604–606  ·  view source on GitHub ↗

Hang for 100 seconds, as a debug hack.

(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

602
603@action(hang_parser)
604def do_hang(args: argparse.Namespace) -> None:
605 """Hang for 100 seconds, as a debug hack."""
606 print(request(args.status_file, "hang", timeout=1))
607
608
609@action(daemon_parser)

Callers

nothing calls this directly

Calls 2

printFunction · 0.85
requestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…