MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _get_condition

Method _get_condition

lib/sqlalchemy/orm/query.py:392–394  ·  view source on GitHub ↗

used by legacy BakedQuery

(self)

Source from the content-addressed store, hash-verified

390 return self
391
392 def _get_condition(self) -> None:
393 """used by legacy BakedQuery"""
394 self._no_criterion_condition("get", order_by=False, distinct=False)
395
396 def _get_existing_condition(self) -> None:
397 self._no_criterion_assertion("get", order_by=False, distinct=False)

Callers 1

setupMethod · 0.80

Calls 1

Tested by

no test coverage detected