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

Method run

imagepy/menus/Selection/select_plg.py:18–19  ·  view source on GitHub ↗
(self, ips, imgs, para = None)

Source from the content-addressed store, hash-verified

16 note = ['all']
17
18 def run(self, ips, imgs, para = None):
19 ips.roi = RectangleRoi(0,0,ips.size[1],ips.size[0])
20
21class SelectNone(Simple):
22 """SelectNone: derived from imagepy.core.engine.Simple """

Callers

nothing calls this directly

Calls 1

RectangleRoiClass · 0.90

Tested by

no test coverage detected