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

Function heading

misc/perf_compare.py:34–37  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

32
33
34def heading(s: str) -> None:
35 print()
36 print(f"=== {s} ===")
37 print()
38
39
40def build_mypy(

Callers 2

cloneFunction · 0.70
mainFunction · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…