Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fetchall
Method
fetchall
test/sql/test_resultset.py:3654–3655 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3652
self.raise_()
3653
3654
def
fetchall(self):
3655
self.raise_()
3656
3657
def
close(self):
3658
self.raise_()
Callers
15
_assert_addresses
Method · 0.45
_assert_users
Method · 0.45
_assert_foobar
Method · 0.45
_assert_addresses
Method · 0.45
_assert_users
Method · 0.45
test_order_by_label
Method · 0.45
test_order_by_label_compound
Method · 0.45
test_like_ops
Method · 0.45
test_ilike
Method · 0.45
test_repeated_bindparams
Method · 0.45
test_in_filtering
Method · 0.45
test_expanding_in
Method · 0.45
Calls
1
raise_
Method · 0.95
Tested by
no test coverage detected