Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ close
Method
close
test/sql/test_resultset.py:3657–3658 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3655
self.raise_()
3656
3657
def
close(self):
3658
self.raise_()
3659
3660
with
self._proxy_fixture(strategy_cls):
3661
with
self.engine.connect()
as
conn:
Callers
15
test_fetchone_til_end
Method · 0.45
test_empty_accessors
Method · 0.45
test_results_can_close
Method · 0.45
test_autoclose_rows_exhausted_plain
Method · 0.45
test_adapt_result_columns
Method · 0.45
test_adapt_result_columns_from_cache
Method · 0.45
_test_proxy
Method · 0.45
test_buffered_fetch_auto_soft_close
Method · 0.45
test_handle_error_in_fetch
Method · 0.45
test_buffered_row_close_error_during_fetchone
Method · 0.45
test_merge_results
Method · 0.45
test_close
Method · 0.45
Calls
1
raise_
Method · 0.95
Tested by
no test coverage detected