MCPcopy 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_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