Apply a modification to the given :class:`_query.Query`.
(self, query: Query[Any])
| 1389 | """ |
| 1390 | |
| 1391 | def process_query(self, query: Query[Any]) -> None: |
| 1392 | """Apply a modification to the given :class:`_query.Query`.""" |
| 1393 | |
| 1394 | def process_query_conditionally(self, query: Query[Any]) -> None: |
| 1395 | """same as process_query(), except that this option may not |
no outgoing calls
no test coverage detected