MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / soft_close

Method soft_close

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

Source from the content-addressed store, hash-verified

1072 alternate_cursor_description: Optional[_DBAPICursorDescription] = None
1073
1074 def soft_close(
1075 self,
1076 result: CursorResult[Unpack[TupleAny]],
1077 dbapi_cursor: Optional[DBAPICursor],
1078 ) -> None:
1079 raise NotImplementedError()
1080
1081 def hard_close(
1082 self,

Callers 3

soft_closeMethod · 0.45
soft_closeMethod · 0.45
_soft_closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected