def update_view(self, file_name, content): overwrite_file(self.view_storage, file_name, content)
def publish_available_analysis_plugins(self, analysis_service): available_plugin_dictionary = analysis_service.get_plugin_dict() overwrite_file(self.connections['analysis_plugins']['fs'], 'plugin_dictionary', pickle.dumps(available_plugin_dictionary))
def update_view(self, file_name, content): overwrite_file(self.view_storage, file_name, content) logging.debug('view updated: {}'.format(file_name))