Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _fetchall_sorted
Method
_fetchall_sorted
test/sql/test_query.py:1089–1090 ·
view source on GitHub ↗
(self, executed)
Source
from the content-addressed store, hash-verified
1087
)
1088
1089
def
_fetchall_sorted(self, executed):
1090
return
sorted([tuple(row)
for
row in executed.fetchall()])
1091
1092
@testing.requires.subqueries
1093
def
test_union(self, connection):
Callers
10
test_union
Method · 0.95
test_union_all
Method · 0.95
test_union_all_lightweight
Method · 0.95
test_intersect
Method · 0.95
test_except_style1
Method · 0.95
test_except_style2
Method · 0.95
test_intersect_unions
Method · 0.95
test_intersect_unions_2
Method · 0.95
test_intersect_unions_3
Method · 0.95
test_composite_alias
Method · 0.95
Calls
1
fetchall
Method · 0.45
Tested by
no test coverage detected