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 24a7ae7 commit 7dbbb77Copy full SHA for 7dbbb77
mypyc/primitives/int_ops.py
@@ -31,7 +31,7 @@
31
str_rprimitive,
32
void_rtype,
33
)
34
-from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, unary_op
+from mypyc.primitives.registry import binary_op, custom_op, function_op, load_address_op, method_op, unary_op
35
36
# Constructors for builtins.int and native int types have the same behavior. In
37
# interpreted mode, native int types are just aliases to 'int'.
0 commit comments