MCPcopy
hub / github.com/ormar-orm/ormar / _reset_query_parameters

Method _reset_query_parameters

ormar/queryset/queries/query.py:239–246  ·  view source on GitHub ↗

Although it should be created each time before the call we reset the key params anyway.

(self)

Source from the content-addressed store, hash-verified

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 = []

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected