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

Method run

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

Source from the content-addressed store, hash-verified

76 note = ['req_roi', 'all', 'auto_snap', 'not_channel']
77
78 def run(self, ips, snap, img, para=None):
79 img[ips.get_msk('out')] = ColorManager.get_back(snap.ndim==2)
80
81class Copy(Simple):
82 title = 'Copy'

Callers

nothing calls this directly

Calls 2

get_mskMethod · 0.80
get_backMethod · 0.80

Tested by

no test coverage detected