MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / commit

Method commit

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

Source from the content-addressed store, hash-verified

1071 if typing.TYPE_CHECKING:
1072
1073 def commit(self) -> None: ...
1074
1075 def cursor(self, *args: Any, **kwargs: Any) -> DBAPICursor: ...
1076

Callers 1

do_commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected