MCPcopy 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

handleMethod · 0.95
statement_executeMethod · 0.95
doFilterMethod · 0.95
invokeMethod · 0.95
interceptMethod · 0.95
catTransactionProcessMethod · 0.95

Calls 1

completeMethod · 0.65

Tested by 2

test3Function · 0.76
transactionMethod · 0.76