Home
last modified time | relevance | path

Searched refs:notendswith_op (Results 1 – 9 of 9) sorted by relevance

/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/sql/
H A Ddefault_comparator.py247 "endswith_op": (_boolean_compare, operators.notendswith_op),
H A Doperators.py770 def notendswith_op(a, b, escape=None): function
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/sql/
H A Ddefault_comparator.py269 "endswith_op": (_boolean_compare, operators.notendswith_op),
H A Doperators.py871 def notendswith_op(a, b, escape=None): function
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/sql/
H A Ddefault_comparator.py324 "endswith_op": (_boolean_compare, operators.notendswith_op),
H A Doperators.py1270 def notendswith_op(a, b, escape=None, autoescape=False): function
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/sql/
H A Ddefault_comparator.py336 "endswith_op": (_boolean_compare, operators.notendswith_op),
H A Doperators.py1319 def notendswith_op(a, b, escape=None, autoescape=False): function
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Doperators.py1455 notendswith_op = not_endswith_op variable