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

Method do_optimizations

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

Source from the content-addressed store, hash-verified

51 assert_test_output(testcase, actual, "Invalid source code output", expected_output)
52
53 def do_optimizations(self, fn: FuncIR) -> None:
54 raise NotImplementedError
55
56
57class TestCopyPropagation(OptimizationSuite):

Callers 1

run_caseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected