MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / close

Method close

lib/sqlalchemy/engine/result.py:1260–1266  ·  view source on GitHub ↗

Close this :class:`_engine.FilterResult`. .. versionadded:: 1.4.43

(self)

Source from the content-addressed store, hash-verified

1258 return self._real_result.closed
1259
1260 def close(self) -> None:
1261 """Close this :class:`_engine.FilterResult`.
1262
1263 .. versionadded:: 1.4.43
1264
1265 """
1266 self._real_result.close()
1267
1268 @property
1269 def _attributes(self) -> Dict[Any, Any]:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected