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

Function show_c

mypyc/test/testutil.py:225–231  ·  view source on GitHub ↗
(cfiles: list[list[tuple[str, str]]])

Source from the content-addressed store, hash-verified

223
224
225def show_c(cfiles: list[list[tuple[str, str]]]) -> None:
226 heading("Generated C")
227 for group in cfiles:
228 for cfile, ctext in group:
229 print(f"== {cfile} ==")
230 print_with_line_numbers(ctext)
231 heading("End C")
232
233
234def fudge_dir_mtimes(dir: str, delta: int) -> None:

Callers 1

run_case_stepMethod · 0.90

Calls 3

printFunction · 0.85
print_with_line_numbersFunction · 0.85
headingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…