Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fetchone
Method
fetchone
test/sql/test_resultset.py:3648–3649 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3646
raise
OSError(
"random non-DBAPI error during cursor operation"
)
3647
3648
def
fetchone(self):
3649
self.raise_()
3650
3651
def
fetchmany(self, num=None):
3652
self.raise_()
Callers
12
test_graceful_fetch_on_non_rows
Method · 0.45
test_fetchone_til_end
Method · 0.45
test_row_c_sequence_check
Method · 0.45
_test_proxy
Method · 0.45
test_buffered_fetchmany_fixed
Method · 0.45
test_buffered_fetchmany_yield_per
Method · 0.45
test_buffered_fetch_auto_soft_close
Method · 0.45
test_buffered_fetchmany_yield_per_all
Method · 0.45
test_buffered_row_close_error_during_fetchone
Method · 0.45
test_merge_results
Method · 0.45
test_noop_for_unhandled_objects
Method · 0.45
test_does_not_modify_query
Method · 0.45
Calls
1
raise_
Method · 0.95
Tested by
no test coverage detected