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

Function show_mc

imagepy/core/engine/macros.py:51–52  ·  view source on GitHub ↗
(data, title)

Source from the content-addressed store, hash-verified

49 self.run()
50
51def show_mc(data, title):
52 wx.CallAfter(Macros(title, data).start)
53
54ViewerManager.add('mc', show_mc)
55

Callers

nothing calls this directly

Calls 1

MacrosClass · 0.70

Tested by

no test coverage detected