summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipa-python/entity.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipa-python/entity.py b/ipa-python/entity.py
index 7afc3e63a..ff6478c41 100644
--- a/ipa-python/entity.py
+++ b/ipa-python/entity.py
@@ -105,6 +105,11 @@ class Entity:
setValues = setValue
+ def delValue(self,name):
+ """Remove the attribute named name."""
+ if self.data.get(name,None):
+ del self.data[name]
+
def toTupleList(self):
"""Convert the attrs and values to a list of 2-tuples. The first element
of the tuple is the attribute name. The second element is either a