What is the equivalent of
from sqlalchemy import or_ db.session.query(User).filter(or_(User.email==\'useremail@example.com\', User.name=="username")