powered by
Delete an item associated with a Python object, as through its __delitem__ method.
__delitem__
py_del_item(x, name)
A Python object.
The item name.
The (mutated) object x, invisibly.
x
Other item-related APIs: py_get_item(), py_set_item()
py_get_item()
py_set_item()