Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.45
load_json_string
Function · 0.45
asyncSetUp
Method · 0.45
run
Method · 0.45
run_nested
Method · 0.45
run_nested
Method · 0.45
run_transaction
Method · 0.45
run_inside_transaction
Method · 0.45
run_transaction
Method · 0.45
run_test
Method · 0.45
add_m2m_in_transaction
Method · 0.45
transaction
Function · 0.45
Calls
no outgoing calls
Tested by
8
asyncSetUp
Method · 0.36
run_nested
Method · 0.36
run_nested
Method · 0.36
run_transaction
Method · 0.36
run_inside_transaction
Method · 0.36
run_transaction
Method · 0.36
run_test
Method · 0.36
add_m2m_in_transaction
Method · 0.36