MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / rollback

Method rollback

lib/sqlalchemy/pool/base.py:1077–1077  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1075 def cursor(self, *args: Any, **kwargs: Any) -> DBAPICursor: ...
1076
1077 def rollback(self) -> None: ...
1078
1079 def __getattr__(self, key: str) -> Any: ...
1080

Callers 1

do_rollbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected