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 97fc66d commit be1a4e3Copy full SHA for be1a4e3
mypyc/irbuild/constant_fold.py
@@ -15,14 +15,17 @@
15
from mypy.constant_fold import constant_fold_binary_op, constant_fold_unary_op
16
from mypy.nodes import (
17
BytesExpr,
18
+ CallExpr,
19
ComplexExpr,
20
Expression,
21
FloatExpr,
22
IntExpr,
23
+ ListExpr,
24
MemberExpr,
25
NameExpr,
26
OpExpr,
27
StrExpr,
28
+ TupleExpr,
29
UnaryExpr,
30
Var,
31
)
0 commit comments