Completely remove an attribute

This commit is contained in:
Rob Crittenden 2007-10-31 17:11:55 -04:00
parent 83592ebada
commit d9f809746b

View File

@ -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