(self)
| 1174 | request = property(_get_request) |
| 1175 | |
| 1176 | def _get_exec_options(self): |
| 1177 | if self._exec_options is None: |
| 1178 | self._exec_options = extract_exec_options(self) |
| 1179 | return self._exec_options |
| 1180 | |
| 1181 | @property |
| 1182 | def backend(self): class="cm"># noqa: F811 |