MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _with_compile_options

Method _with_compile_options

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

Source from the content-addressed store, hash-verified

911
912 @_generative
913 def _with_compile_options(self, **opt: Any) -> Self:
914 self._compile_options += opt
915 return self
916
917 @util.became_legacy_20(
918 ":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