(self)
| 1248 | return self._threads_suspended_single_notification |
| 1249 | |
| 1250 | def get_plugin_lazy_init(self): |
| 1251 | if self.plugin is None: |
| 1252 | self.plugin = PluginManager(self) |
| 1253 | return self.plugin |
| 1254 | |
| 1255 | def in_project_scope(self, frame, absolute_filename=None): |
| 1256 | """ |
no test coverage detected