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 8

_initMethod · 0.80
__init__Method · 0.80
aliasMethod · 0.80
_normalize_fromsMethod · 0.80
_anon_labelMethod · 0.80
__init__Method · 0.80
_copy_internalsMethod · 0.80
init_objectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected