Although it should be created each time before the call we reset the key params anyway.
(self)
| 237 | return expr |
| 238 | |
| 239 | def _reset_query_parameters(self) -> None: |
| 240 | """ |
| 241 | Although it should be created each time before the call we reset the key params |
| 242 | anyway. |
| 243 | """ |
| 244 | self.select_from = [] |
| 245 | self.columns = [] |
| 246 | self.used_aliases = [] |
no outgoing calls
no test coverage detected