MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / hard_close

Method hard_close

lib/sqlalchemy/engine/cursor.py:1081–1086  ·  view source on GitHub ↗
(
        self,
        result: CursorResult[Unpack[TupleAny]],
        dbapi_cursor: Optional[DBAPICursor],
    )

Source from the content-addressed store, hash-verified

1079 raise NotImplementedError()
1080
1081 def hard_close(
1082 self,
1083 result: CursorResult[Unpack[TupleAny]],
1084 dbapi_cursor: Optional[DBAPICursor],
1085 ) -> None:
1086 raise NotImplementedError()
1087
1088 def yield_per(
1089 self,

Callers 3

hard_closeMethod · 0.45
hard_closeMethod · 0.45
_soft_closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected