Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fetchall
Method
fetchall
lib/sqlalchemy/testing/fixtures/sql.py:478–482 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
476
return
self.cursor.description
477
478
def
fetchall(self):
479
rows = self.cursor.fetchall()
480
rows = list(rows)
481
random.shuffle(rows)
482
return
rows
483
484
def
_deliver_insertmanyvalues_batches(
485
connection,
Callers
15
_assert_result
Method · 0.45
_assert_result
Method · 0.45
_assert_result
Method · 0.45
_assert_result_str
Method · 0.45
test_fetch_offset_ties
Method · 0.45
test_fetch_offset_percent_ties
Method · 0.45
_assert_result
Method · 0.45
_assert_result
Method · 0.45
_assert_result
Method · 0.45
test_select_all
Method · 0.45
test_select_columns
Method · 0.45
test_select_all
Method · 0.45
Calls
no outgoing calls
Tested by
15
_assert_result
Method · 0.36
_assert_result
Method · 0.36
_assert_result
Method · 0.36
_assert_result_str
Method · 0.36
test_fetch_offset_ties
Method · 0.36
test_fetch_offset_percent_ties
Method · 0.36
_assert_result
Method · 0.36
_assert_result
Method · 0.36
_assert_result
Method · 0.36
test_select_all
Method · 0.36
test_select_columns
Method · 0.36
test_select_all
Method · 0.36