MCPcopy
hub / github.com/django/django / clear_limits

Method clear_limits

django/db/models/sql/query.py:2212–2214  ·  view source on GitHub ↗

Clear any existing limits.

(self)

Source from the content-addressed store, hash-verified

2210 self.set_empty()
2211
2212 def clear_limits(self):
2213 """Clear any existing limits."""
2214 self.low_mark, self.high_mark = 0, None
2215
2216 @property
2217 def is_sliced(self):

Callers 3

_combinator_queryMethod · 0.80
get_aggregationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected