Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_elimination
Function · 0.90
CompilerOptions
Class · 0.90
Tested by
no test coverage detected