MCPcopy
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_addressesMethod · 0.45
_assert_usersMethod · 0.45
_assert_foobarMethod · 0.45
_assert_addressesMethod · 0.45
_assert_usersMethod · 0.45
test_order_by_labelMethod · 0.45
test_like_opsMethod · 0.45
test_ilikeMethod · 0.45
test_in_filteringMethod · 0.45
test_expanding_inMethod · 0.45

Calls 1

raise_Method · 0.95

Tested by

no test coverage detected