Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ fetchall
Method
fetchall
test/sql/test_resultset.py:3567–3568 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3565
self.raise_()
3566
3567
def
fetchall(self):
3568
self.raise_()
3569
3570
def
close(self):
3571
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