MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / corresponds_to

Method corresponds_to

lib/sqlalchemy/orm/context.py:2888–2889  ·  view source on GitHub ↗
(self, entity)

Source from the content-addressed store, hash-verified

2886 return self.entity_zero
2887
2888 def corresponds_to(self, entity):
2889 return _entity_corresponds_to(self.entity_zero, entity)
2890
2891 def _get_entity_clauses(self, compile_state):
2892 adapter = None

Callers 1

Calls 1

_entity_corresponds_toFunction · 0.85

Tested by

no test coverage detected