MCPcopy Index your code
hub / github.com/piccolo-orm/piccolo / limit

Method limit

piccolo/query/methods/objects.py:363–365  ·  view source on GitHub ↗
(self: Self, number: int)

Source from the content-addressed store, hash-verified

361 return self
362
363 def limit(self: Self, number: int) -> Self:
364 self.limit_delegate.limit(number)
365 return self
366
367 def prefetch(
368 self: Self, *fk_columns: Union[ForeignKey, list[ForeignKey]]

Callers 2

firstMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected