MCPcopy
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_unionMethod · 0.95
test_union_allMethod · 0.95
test_intersectMethod · 0.95
test_except_style1Method · 0.95
test_except_style2Method · 0.95
test_intersect_unionsMethod · 0.95
test_composite_aliasMethod · 0.95

Calls 1

fetchallMethod · 0.45

Tested by

no test coverage detected