MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __enter__

Method __enter__

lib/sqlalchemy/engine/result.py:523–524  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

521 self._metadata = cursor_metadata
522
523 def __enter__(self) -> Self:
524 return self
525
526 def __exit__(self, type_: Any, value: Any, traceback: Any) -> None:
527 self.close()

Callers 2

startMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected