(self)
| 573 | |
| 574 | @property |
| 575 | def query_context(self) -> Optional[str]: |
| 576 | return self._params.get('query_context', None) |
| 577 | |
| 578 | @query_context.setter |
| 579 | def query_context(self, value # type: str |
nothing calls this directly
no test coverage detected