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

Method load_document

imagepy/ui/mainframe.py:147–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 event.GetPane().window.close()
146
147 def load_document(self):
148 from glob import glob
149 extends = glob('plugins/*/doc')
150 for i in extends: loader.build_document(i)
151 loader.build_document('doc')
152
153 def reload_plugins(self, report=False, menus=True, tools=False, widgets=False):
154 if menus: pluginloader.buildMenuBarByPath(self, 'menus', 'plugins', self.menubar, report)

Callers 2

__init__Method · 0.95
reload_pluginsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected