in sparkey/__init__.py [0:0]
def __delitem__(self, key): """del writer[key] is equivalent to delete(key) (see L{delete})""" self.delete(key)