MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _soft_close

Method _soft_close

lib/sqlalchemy/engine/_result_cy.py:129–130  ·  view source on GitHub ↗
(self, hard: bool = False)

Source from the content-addressed store, hash-verified

127 raise NotImplementedError()
128
129 def _soft_close(self, hard: bool = False) -> None:
130 raise NotImplementedError()
131
132 @HasMemoized_ro_memoized_attribute
133 def _row_getter(

Callers 1

_only_one_rowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected