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

Method transaction

piccolo/engine/base.py:147–148  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

145
146 @abstractmethod
147 def transaction(self, *args, **kwargs) -> TransactionClass:
148 pass
149
150 @abstractmethod
151 def atomic(self) -> BaseAtomic:

Callers 12

runMethod · 0.45
load_json_stringFunction · 0.45
asyncSetUpMethod · 0.45
runMethod · 0.45
run_nestedMethod · 0.45
run_nestedMethod · 0.45
run_transactionMethod · 0.45
run_transactionMethod · 0.45
run_testMethod · 0.45
transactionFunction · 0.45

Calls

no outgoing calls

Tested by 8

asyncSetUpMethod · 0.36
run_nestedMethod · 0.36
run_nestedMethod · 0.36
run_transactionMethod · 0.36
run_transactionMethod · 0.36
run_testMethod · 0.36