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

Method snapshot

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

Source from the content-addressed store, hash-verified

95 return True
96
97 def snapshot(self, tps):
98 note = self.note
99 if not 'snap' in note: return None
100 if 'row_msk' in note:
101 rmsk = True
102 elif 'row_not' in note:
103 rmsk = False
104 else: rmsk = None
105 if 'col_msk' in note:
106 cmsk = True
107 elif 'col_not' in note:
108 cmsk = False
109 else: cmsk = None
110 only = 'num_only' in note
111 tps.snapshot(rmsk, cmsk, only)
112
113 def start(self, para=None, callback=None):
114 #print self.title, para

Callers 15

startMethod · 0.95
mouse_downMethod · 0.45
mouse_downMethod · 0.45
mouse_downMethod · 0.45
mouse_downMethod · 0.45
startMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected