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 44629a5 commit bfd77b8Copy full SHA for bfd77b8
mypyc/primitives/dict_ops.py
@@ -93,6 +93,7 @@
93
# dict[key] = value (exact dict only, no subclasses)
94
# NOTE: this is currently for internal use only, and not used for CallExpr specialization
95
exact_dict_get_item_op = custom_primitive_op(
96
+ name="__getitem__",
97
arg_types=[dict_rprimitive, object_rprimitive],
98
return_type=object_rprimitive,
99
c_function_name="CPyDict_GetItemUnsafe",
0 commit comments