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

Function reloadplgs

imagepy/IPy.py:82–84  ·  view source on GitHub ↗
(report=False, menus=True, tools=False, widgets=False)

Source from the content-addressed store, hash-verified

80 else:wx.CallAfter(pub.sendMessage, 'showimg', imgs=imgs, title=title)
81
82def reloadplgs(report=False, menus=True, tools=False, widgets=False):
83 print('reload........')
84 curapp.reload_plugins(report, menus, tools, widgets)
85
86pub.subscribe(reloadplgs, 'reload')
87def reload_plgs(report=False, menus=True, tools=False, widgets=False):

Callers

nothing calls this directly

Calls 1

reload_pluginsMethod · 0.80

Tested by

no test coverage detected