Skip to content

Missing del operator for dictionaries #1315

@stevenrbrandt

Description

@stevenrbrandt

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions