MCPcopy
hub / github.com/piccolo-orm/piccolo / limit

Method limit

piccolo/query/methods/select.py:223–225  ·  view source on GitHub ↗
(self: Self, number: int)

Source from the content-addressed store, hash-verified

221 return self
222
223 def limit(self: Self, number: int) -> Self:
224 self.limit_delegate.limit(number)
225 return self
226
227 def first(self) -> First:
228 self.limit_delegate.limit(1)

Callers 1

firstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected