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