MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _get_existing_condition

Method _get_existing_condition

lib/sqlalchemy/orm/query.py:396–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)
398
399 def _no_criterion_assertion(
400 self, meth: str, order_by: bool = True, distinct: bool = True

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected