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 1362998 commit 5f97c29Copy full SHA for 5f97c29
mypyc/irbuild/for_helpers.py
@@ -25,6 +25,7 @@
25
StarExpr,
26
TupleExpr,
27
TypeAlias,
28
+ Var,
29
)
30
from mypy.types import LiteralType, TupleType, get_proper_type, get_proper_types
31
from mypyc.ir.ops import (
0 commit comments