def __new_record__(self): query = Query() return len(self.table.search(query.label == self.label)) == 0