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

Method rollback

test/aaa_profiling/test_pool.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12
13 class Connection:
14 def rollback(self):
15 pass
16
17 def close(self):
18 pass

Calls

no outgoing calls

Tested by

no test coverage detected