MCPcopy Create free account
hub / github.com/python/mypy / do_optimizations

Method do_optimizations

mypyc/test/test_optimizations.py:67–68  ·  view source on GitHub ↗
(self, fn: FuncIR)

Source from the content-addressed store, hash-verified

65 files = ["opt-flag-elimination.test"]
66
67 def do_optimizations(self, fn: FuncIR) -> None:
68 do_flag_elimination(fn, CompilerOptions(strict_traceback_checks=True))

Callers

nothing calls this directly

Calls 2

do_flag_eliminationFunction · 0.90
CompilerOptionsClass · 0.90

Tested by

no test coverage detected