Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dianping/cat
/ complete
Method
complete
lib/python/src/cat/transaction.py:44–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
self._completed = False
43
44
def
complete(self):
45
if
not self._completed:
46
self._trans.complete(self._trans)
47
self._completed = True
48
return
self
49
50
def
set_status(self, status):
51
if
self._py:
Callers
15
handle
Method · 0.95
statement_execute
Method · 0.95
statement_executeBatch
Method · 0.95
statement_executeQuery
Method · 0.95
statement_executeUpdate
Method · 0.95
preparedStatement_execute
Method · 0.95
preparedStatement_executeQuery
Method · 0.95
preparedStatement_executeUpdate
Method · 0.95
doFilter
Method · 0.95
invoke
Method · 0.95
intercept
Method · 0.95
catTransactionProcess
Method · 0.95
Calls
1
complete
Method · 0.65
Tested by
2
test3
Function · 0.76
transaction
Method · 0.76