Apply a modification to the given :class:`_query.Query`.
(self, query: Query[Any])
| 1481 | """ |
| 1482 | |
| 1483 | def process_query(self, query: Query[Any]) -> None: |
| 1484 | """Apply a modification to the given :class:`_query.Query`.""" |
| 1485 | |
| 1486 | def process_query_conditionally(self, query: Query[Any]) -> None: |
| 1487 | """same as process_query(), except that this option may not |
no outgoing calls
no test coverage detected