Home
last modified time | relevance | path

Searched refs:_conjunction_operate (Results 1 – 5 of 5) sorted by relevance

/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/sql/
H A Ddefault_comparator.py89 def _conjunction_operate(expr, op, other, **kw): function
224 "and_": (_conjunction_operate,),
225 "or_": (_conjunction_operate,),
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/sql/
H A Ddefault_comparator.py97 def _conjunction_operate(expr, op, other, **kw): function
240 "and_": (_conjunction_operate,),
241 "or_": (_conjunction_operate,),
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/sql/
H A Ddefault_comparator.py144 def _conjunction_operate(expr, op, other, **kw): function
295 "and_": (_conjunction_operate,),
296 "or_": (_conjunction_operate,),
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Ddefault_comparator.py145 def _conjunction_operate(expr, op, other, **kw): function
304 "and_": (_conjunction_operate,),
305 "or_": (_conjunction_operate,),
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/sql/
H A Ddefault_comparator.py145 def _conjunction_operate(expr, op, other, **kw): function
307 "and_": (_conjunction_operate,),
308 "or_": (_conjunction_operate,),