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

Method run

imagepy/menus/Edit/edit_plg.py:108–109  ·  view source on GitHub ↗
(self, ips, snap, img, para=None)

Source from the content-addressed store, hash-verified

106 note = ['req_roi', 'all', 'auto_snap', 'not_channel']
107
108 def run(self, ips, snap, img, para=None):
109 img[ips.get_msk()] = ColorManager.get_front(snap.ndim==2)
110
111class Undo(Simple):
112 title = 'Undo'

Callers

nothing calls this directly

Calls 2

get_mskMethod · 0.80
get_frontMethod · 0.80

Tested by

no test coverage detected