Implement dict.__contains__
TODO: When using {} to construct the dict, contains works. However if the dict type is used, the runtime crashes in various ways (see tests/dict_contains.py)
Showing
test/tests/dict_contains.py
0 → 100644
Please register or sign in to comment