MCPcopy
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

_readMethod · 0.45
_writeMethod · 0.45
setup_configFunction · 0.45
_shutdownFunction · 0.45
_server_versionFunction · 0.45
test_ss_cursor_statusMethod · 0.45
test_conn_optionMethod · 0.45
test_aliases_and_ssMethod · 0.45
test_autocommit_blockMethod · 0.45
connectionMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_ss_cursor_statusMethod · 0.36
test_conn_optionMethod · 0.36
test_aliases_and_ssMethod · 0.36
test_autocommit_blockMethod · 0.36