nofeardb.expr.and_
- nofeardb.expr.and_(expr1: AbstractExpr, expr2: AbstractExpr) AndExpr
Logical AND operator (and)
- Parameters
expr1 (
nofeardb.expr.Expr) – First expression.expr2 (
nofeardb.expr.Expr) – Second expression.
- Returns
And Expression.
- Return type
nofeardb.expr.AndExpr