MCPcopy Index your code
hub / github.com/piccolo-orm/piccolo / setup_transaction

Method setup_transaction

piccolo/engine/postgres.py:116–117  ·  view source on GitHub ↗
(self, transaction: PostgresTransaction)

Source from the content-addressed store, hash-verified

114 self.queries += list(query)
115
116 async def setup_transaction(self, transaction: PostgresTransaction):
117 pass
118
119 async def run(self):
120 from piccolo.query.methods.objects import Create, GetOrCreate

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected