Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
show_mc(data, title):
52
wx.CallAfter(Macros(title, data).start)
53
54
ViewerManager.add(
'mc'
, show_mc)
55
Callers
nothing calls this directly
Calls
1
Macros
Class · 0.70
Tested by
no test coverage detected