def where(self, *expressions): """ Set the where clause """ self._where = reduce(operator.and_, expressions) return self