MCPcopy
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_resultMethod · 0.45
_assert_resultMethod · 0.45
_assert_resultMethod · 0.45
_assert_result_strMethod · 0.45
_assert_resultMethod · 0.45
_assert_resultMethod · 0.45
_assert_resultMethod · 0.45
test_select_allMethod · 0.45
test_select_columnsMethod · 0.45
test_select_allMethod · 0.45

Calls

no outgoing calls

Tested by 15

_assert_resultMethod · 0.36
_assert_resultMethod · 0.36
_assert_resultMethod · 0.36
_assert_result_strMethod · 0.36
_assert_resultMethod · 0.36
_assert_resultMethod · 0.36
_assert_resultMethod · 0.36
test_select_allMethod · 0.36
test_select_columnsMethod · 0.36
test_select_allMethod · 0.36