Exemplo n.º 1
0
 def clear(self, key):
     q = CollectionQueries(self.db, self.name)
     
     q.remove(key)
     
     q.finish()