Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
221
def
heading(text: str) -> None:
222
print(
"="
* 20 +
" "
+ text +
" "
+
"="
* 20)
223
224
225
def
show_c(cfiles: list[list[tuple[str, str]]]) -> None:
Callers
1
show_c
Function · 0.70
Calls
1
print
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…