(self)
| 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) |
no outgoing calls
no test coverage detected