MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _with_compile_options

Method _with_compile_options

lib/sqlalchemy/orm/query.py:895–897  ·  view source on GitHub ↗
(self, **opt: Any)

Source from the content-addressed store, hash-verified

893
894 @_generative
895 def _with_compile_options(self, **opt: Any) -> Self:
896 self._compile_options += opt
897 return self
898
899 @util.became_legacy_20(
900 ":meth:`_orm.Query.with_labels` and :meth:`_orm.Query.apply_labels`",

Callers 1

__clause_element__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected