def orwhere(self, *expressions): self._where = self._add_query_clauses( self._where, expressions, operator.or_)