(self)
| 201 | |
| 202 | @try_catch |
| 203 | def coreExiting(self): |
| 204 | for plugin in self.plugins: |
| 205 | if plugin.isActivated(): |
| 206 | plugin.coreExiting() |
| 207 | |
| 208 | self.dispatchEvent("coreExiting") |
| 209 | |
| 210 | @lock |
| 211 | def downloadPreparing(self, pyfile): |
no test coverage detected