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

Function showimg

imagepy/IPy.py:68–72  ·  view source on GitHub ↗
(imgs, title)

Source from the content-addressed store, hash-verified

66 else: wx.CallAfter(pub.sendMessage, 'showips', ips=ips)
67
68def showimg(imgs, title):
69 print('show img')
70 from .core import ImagePlus
71 ips = ImagePlus(imgs, title)
72 showips(ips)
73
74pub.subscribe(showimg, 'showimg')
75def show_img(imgs, title):

Callers

nothing calls this directly

Calls 2

ImagePlusClass · 0.85
showipsFunction · 0.85

Tested by

no test coverage detected