MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __eq__

Method __eq__

lib/sqlalchemy/orm/strategy_options.py:1581–1582  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1579 return id(self)
1580
1581 def __eq__(self, other):
1582 return traversals.compare(self, other)
1583
1584 @property
1585 def is_opts_only(self) -> bool:

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected