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

Function heading

mypyc/test/testutil.py:221–222  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

219
220
221def heading(text: str) -> None:
222 print("=" * 20 + " " + text + " " + "=" * 20)
223
224
225def show_c(cfiles: list[list[tuple[str, str]]]) -> None:

Callers 1

show_cFunction · 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…