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

Function build_ir_for_single_file

mypyc/test/testutil.py:94–97  ·  view source on GitHub ↗
(
    input_lines: list[str], compiler_options: CompilerOptions | None = None
)

Source from the content-addressed store, hash-verified

92
93
94def build_ir_for_single_file(
95 input_lines: list[str], compiler_options: CompilerOptions | None = None
96) -> list[FuncIR]:
97 return build_ir_for_single_file2(input_lines, compiler_options)[0].functions
98
99
100def build_ir_for_single_file2(

Callers 6

run_caseMethod · 0.90
run_caseMethod · 0.90
run_caseMethod · 0.90
run_caseMethod · 0.90
run_caseMethod · 0.90
run_caseMethod · 0.90

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…