MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / compare

Method compare

lib/sqlalchemy/sql/functions.py:1694–1698  ·  view source on GitHub ↗
(self, other: Any, **kw: Any)

Source from the content-addressed store, hash-verified

1692 )
1693
1694 def compare(self, other: Any, **kw: Any) -> bool:
1695 return (
1696 isinstance(other, next_value)
1697 and self.sequence.name == other.sequence.name
1698 )
1699
1700 @property
1701 def _from_objects(self) -> Any:

Callers 12

visit_cteMethod · 0.45
col_isFunction · 0.45
__eq__Method · 0.45
visit_binaryMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__eq__Method · 0.45
__ne__Method · 0.45
_compare_equalMethod · 0.45
_run_compare_fixtureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected