(self, **opt: Any)
| 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`", |