Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ close
Method
close
lib/sqlalchemy/testing/engines.py:478–479 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
476
return
self.cursor_cls(self.engine, self.conn, *args, **kwargs)
477
478
def
close(self):
479
self.conn.close()
480
481
def
__getattr__(self, key):
482
return
getattr(self.conn, key)
Callers
14
_read
Method · 0.45
_write
Method · 0.45
setup_config
Function · 0.45
_shutdown
Function · 0.45
_server_version
Function · 0.45
test_ss_cursor_status
Method · 0.45
test_conn_option
Method · 0.45
test_aliases_and_ss
Method · 0.45
test_autocommit_block
Method · 0.45
test_non_rowcount_scenarios_no_raise
Method · 0.45
connection
Method · 0.45
close_result_when_finished
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_ss_cursor_status
Method · 0.36
test_conn_option
Method · 0.36
test_aliases_and_ss
Method · 0.36
test_autocommit_block
Method · 0.36
test_non_rowcount_scenarios_no_raise
Method · 0.36