MCPcopy
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:

Calls 1

raise_Method · 0.95

Tested by

no test coverage detected