We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a963a75 commit 95c7f35Copy full SHA for 95c7f35
mypyc/irbuild/for_helpers.py
@@ -26,6 +26,7 @@
26
StarExpr,
27
TupleExpr,
28
TypeAlias,
29
+ Var,
30
)
31
from mypy.types import LiteralType, TupleType, get_proper_type, get_proper_types
32
from mypyc.ir.ops import (
0 commit comments