Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/piccolo-orm/piccolo
/ first
Method
first
piccolo/query/methods/select.py:227–229 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
225
return
self
226
227
def
first(self) -> First:
228
self.limit_delegate.limit(1)
229
return
First(query=self)
230
231
def
offset(self: Self, number: int) -> Self:
232
self.offset_delegate.offset(number)
Callers
15
login
Method · 0.45
run
Method · 0.45
objects_first
Function · 0.45
get_related_multiple_levels
Function · 0.45
select_first
Function · 0.45
test_uuid_format
Method · 0.45
test_hash_update
Method · 0.45
run_nested
Method · 0.45
test_simple_where_clause
Method · 0.45
test_output_nested_with_first
Method · 0.45
test_inheritance
Method · 0.45
test_inheritance
Method · 0.45
Calls
2
First
Class · 0.70
limit
Method · 0.45
Tested by
15
test_uuid_format
Method · 0.36
test_hash_update
Method · 0.36
run_nested
Method · 0.36
test_simple_where_clause
Method · 0.36
test_output_nested_with_first
Method · 0.36
test_inheritance
Method · 0.36
test_inheritance
Method · 0.36
test_operators
Method · 0.36
test_update
Method · 0.36
test_transform
Method · 0.36
test_transform_chain
Method · 0.36
test_transform_mixed
Method · 0.36