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

Function show_ips

imagepy/IPy.py:60–66  ·  view source on GitHub ↗
(ips)

Source from the content-addressed store, hash-verified

58
59pub.subscribe(showips, 'showips')
60def show_ips(ips):
61 if uimode()=='no':
62 from .core import manager
63 from .ui.canvasframe import VirturlCanvas
64 frame = VirturlCanvas(ips)
65 print('ImagePy New ImagePlus >>> %s'%ips.title)
66 else: wx.CallAfter(pub.sendMessage, 'showips', ips=ips)
67
68def showimg(imgs, title):
69 print('show img')

Callers

nothing calls this directly

Calls 2

uimodeFunction · 0.85
VirturlCanvasClass · 0.85

Tested by

no test coverage detected