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

Class Command

misc/perf_checker.py:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class Command:
15 def __init__(self, setup: Callable[[], None], command: Callable[[], None]) -> None:
16 self.setup = setup
17 self.command = command
18
19
20def print_offset(text: str, indent_length: int = 4) -> None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…