phylanx
phylanx copied to clipboard
Missing del operator for dictionaries
No support for del
from phylanx import Phylanx
@Phylanx
def foo():
a = {"a":1, "b":2}
del a["a"]
foo()
produces
AttributeError: 'PhySL' object has no attribute '_Delete'
Maybe this is a primitive that Karame could implement?
First and foremost, this is missing from the frontend, but yah, we would need some backend support as well...