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

Method run

imagepy/menus/Selection/Relation/relation_plg.py:27–28  ·  view source on GitHub ↗
(self, ips, imgs, para = None)

Source from the content-addressed store, hash-verified

25 return True
26
27 def run(self, ips, imgs, para = None):
28 ips.roi = ips.roi.union(RoiManager.get(para['name']))
29
30class Diff(Simple):
31 """Diff: derived from imagepy.core.engine.Simple """

Callers

nothing calls this directly

Calls 2

unionMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected