MCPcopy Create free account
hub / github.com/Image-Py/imagepy / cancel

Method cancel

imagepy/core/engine/table.py:51–54  ·  view source on GitHub ↗
(self, tps)

Source from the content-addressed store, hash-verified

49 def run(self, tps, snap, data, para = None):pass
50
51 def cancel(self, tps):
52 if 'snap' in self.note:
53 tps.data[tps.snap.columns] = tps.snap
54 tps.update()
55
56 def ok(self, tps, para=None, callafter=None):
57 if para == None: para = self.para

Callers 2

showMethod · 0.95
startMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected