processing.modules.available_modules module

processing.modules.available_modules.map_proc_name_to_class(module)[source]

Sets and maps the known processing modules to their respective module classes.

Parameters:

module (str :) – Name of the module, that is being used inside the config.

Return type:

Module

processing.modules.available_modules.get_list_of_custom_exes(path_to_custom_exe_dir=None)[source]
Return type:

list[str]

processing.modules.available_modules.get_list_of_installed_seabird_modules()[source]
Return type:

list[str]

processing.modules.available_modules.get_dict_of_available_processing_modules(path_to_custom_exe_dir=None)[source]
Return type:

dict