Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ fetchall
Method
fetchall
lib/sqlalchemy/testing/fixtures/sql.py:445–449 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
443
return
self.cursor.description
444
445
def
fetchall(self):
446
rows = self.cursor.fetchall()
447
rows = list(rows)
448
random.shuffle(rows)
449
return
rows
450
451
def
_deliver_insertmanyvalues_batches(
452
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