Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fetchall
Method
fetchall
test/perf/compiled_extensions/result.py:378–381 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
376
return
ret
377
378
def
fetchall(self):
379
ret = self._rows
380
self._rows = []
381
return
ret
382
383
384
class
_MockConnection:
Callers
15
fetchmany
Method · 0.95
test_commits
Method · 0.45
test_rollback
Method · 0.45
test_raise
Method · 0.45
test_close
Method · 0.45
test_close2
Method · 0.45
test_nested_subtransaction_rollback
Method · 0.45
test_nested_subtransaction_commit
Method · 0.45
test_two_phase_transaction
Method · 0.45
test_two_phase_recover
Method · 0.45
test_multiple_two_phase
Method · 0.45
test_reset_rollback_two_phase_no_rollback
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_commits
Method · 0.36
test_rollback
Method · 0.36
test_raise
Method · 0.36
test_close
Method · 0.36
test_close2
Method · 0.36
test_nested_subtransaction_rollback
Method · 0.36
test_nested_subtransaction_commit
Method · 0.36
test_two_phase_transaction
Method · 0.36
test_two_phase_recover
Method · 0.36
test_multiple_two_phase
Method · 0.36
test_reset_rollback_two_phase_no_rollback
Method · 0.36
_assert_fn
Method · 0.36