MAFw
Contents:
First steps
Introduction
Processor: The core of MAFw
Processor Examples
ProcessorList: Combine your processors in one go
Plugins: import your processors
Run your processors from the command line
Database: your new buddy!
Filters: do only what is needed to be done!
Display your results
A step by step tutorial for a real experimental case study
Steering Files
Development tools
API
MAFw
Index
Index
Symbols
|
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
Symbols
--db-engine
mafw-steering command line option
--db-url
mafw-steering command line option
--debug
mafw command line option
--engine
mafw-db-wizard command line option
--ext-plugins
mafw-steering command line option
--force
mafw-completion-install command line option
--host
mafw-db-wizard command line option
--ignore-unknown
mafw-db-wizard command line option
--log-level
mafw command line option
--no-banner
mafw command line option
--no-ext-plugin
mafw-steering command line option
--no-ignore-unknown
mafw-db-wizard command line option
--no-open-editor
mafw-steering command line option
--no-overwrite
mafw-db-wizard command line option
--no-preserve-order
mafw-db-wizard command line option
--no-show
mafw-steering command line option
--no-snake-case
mafw-db-wizard command line option
--open-editor
mafw-steering command line option
--output-file
mafw-db-wizard command line option
--overwrite
mafw-db-wizard command line option
--password
mafw-db-wizard command line option
--port
mafw-db-wizard command line option
--preserve-order
mafw-db-wizard command line option
--schema
mafw-db-wizard command line option
--shell
mafw-completion-install command line option
mafw-completion-show command line option
--show
mafw-steering command line option
--snake-case
mafw-db-wizard command line option
--tables
mafw-db-wizard command line option
--ui
mafw command line option
--user
mafw-db-wizard command line option
--username
mafw-db-wizard command line option
--version
mafw command line option
--with-views
mafw-db-wizard command line option
--without-views
mafw-db-wizard command line option
-D
mafw command line option
-e
mafw-db-wizard command line option
-F
mafw-completion-install command line option
-o
mafw-db-wizard command line option
-p
mafw-db-wizard command line option
-s
mafw-completion-install command line option
mafw-completion-show command line option
mafw-db-wizard command line option
-t
mafw-db-wizard command line option
-u
mafw-db-wizard command line option
-v
mafw command line option
_
_activation_script_path() (in module mafw.tools.click_extensions)
_ACTIVE_COLUMN_LABEL (in module mafw.steering_gui.views.processor_parameter_editor)
_add_db_configuration() (in module mafw.tools.toml_tools)
_adjust_column_widths() (mafw.steering_gui.dialogs.validation_issues_dialog.ValidationIssuesDialog method)
_apply_super_call_wrappers() (mafw.processor.Processor class method)
_as_db_module_result() (in module mafw.plugin_manager)
_as_processor_result() (in module mafw.plugin_manager)
_as_ui_result() (in module mafw.plugin_manager)
_assemble_connection_source() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
_attributes_valid() (mafw.processor_library.sns_plotter.FromDatasetDataRetriever method)
(mafw.processor_library.sns_plotter.SQLPdDataRetriever method)
_auto_bind() (mafw.db.db_filter.ModelFilter method)
_build_logical_node_from_ast() (mafw.db.db_filter.ModelFilter method)
_build_loop_item() (mafw.processor.Processor method)
_build_loop_result() (mafw.processor.Processor method)
_call_with_optional_payload() (mafw.processor.Processor method)
_check_method_overload() (mafw.processor.Processor method)
_classify_changelog_subsection() (in module mafw.devtools.release.changelog)
_clean_sql() (mafw.db.trigger.PostgreSQLDialect method)
_collect_condition_keys() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
_collect_logic_keys() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
_COLUMNS (in module mafw.steering_gui.views.processor_parameter_editor)
_compile_node() (mafw.db.trigger.Trigger method)
_compile_query() (mafw.db.trigger.Trigger method)
_compile_sql_statement() (mafw.db.trigger.Trigger method)
_compile_when_conditions() (mafw.db.trigger.Trigger method)
_completion_marker_block() (in module mafw.tools.click_extensions)
_compute_default_max_workers() (mafw.processor.Processor static method)
_config (mafw.processor.Processor attribute)
_configuration_file (mafw.processor_library.importer.FilenameParser attribute)
_confirm_discard() (mafw.steering_gui.main_window.MainWindow method)
_CONTENT_TYPE_MAP (in module mafw.devtools.gitlab.registry)
_copy_parent_parameter_definitions() (in module mafw.processor)
_create_actions() (mafw.steering_gui.main_window.MainWindow method)
_create_central_widget() (mafw.steering_gui.main_window.MainWindow method)
_create_condition_node_from_value() (mafw.db.db_filter.ModelFilter static method)
_create_group() (mafw.steering_gui.main_window.MainWindow method)
_create_menus() (mafw.steering_gui.main_window.MainWindow method)
_create_status_bar() (mafw.steering_gui.main_window.MainWindow method)
_create_value_widget() (in module mafw.steering_gui.views.filter_editors)
_current_position() (mafw.db.db_filter.ExprParser method)
_DEFAULT_DESCRIPTION (in module mafw.steering_gui.views.group_editor)
_DEFAULT_GROUP_NAME (in module mafw.steering_gui.views.group_editor)
_DEFAULT_SAVE_NAME (in module mafw.steering_gui.main_window)
_delayed_status_message() (mafw.plugin_manager.MAFwPluginManager method)
_detect_backend_from_url() (mafw.steering_gui.views.database_editor.DatabaseEditor method)
(mafw.steering_gui.views.DatabaseEditor method)
_detect_command_name() (mafw.scripts.mafw_exe.MAFwGroup method)
_devtools_checked (in module mafw.devtools)
_did_call_super() (mafw.processor.Processor method)
_display_section() (mafw.steering_gui.main_window.MainWindow method)
_DisplayCallback (in module mafw.steering_gui.utils.exception_handling)
_element_dict (mafw.processor_library.importer.FilenameParser attribute)
_ensure_parameter_definitions() (in module mafw.processor)
_evaluate_logic_ast() (mafw.db.db_filter.ModelFilter method)
_execute_for_loop() (mafw.processor.Processor method)
_execute_single() (mafw.processor.Processor method)
_execute_while_loop() (mafw.processor.Processor method)
_exit_app() (mafw.steering_gui.main_window.MainWindow method)
_expand_processors_to_run() (mafw.runner.MAFwApplication method)
_field_type_from_peewee() (in module mafw.steering.models)
_FIELD_TYPE_STRINGS (in module mafw.steering.models)
_filename (mafw.processor_library.importer.FilenameParser attribute)
_filename_parser (mafw.processor_library.importer.Importer attribute)
_finalize_connection_test() (mafw.steering_gui.main_window.MainWindow method)
_first_unused_model_field() (mafw.steering_gui.views.filter_tree.FilterTreeView method)
_format_expected() (in module mafw.db.db_filter)
_FROZEN_OPERATORS (in module mafw.devtools.dependencies.freeze)
_generate_group_name() (mafw.steering_gui.main_window.MainWindow method)
_generate_next_value_() (mafw.db.trigger.TriggerAction static method)
(mafw.db.trigger.TriggerWhen static method)
(mafw.devtools.documentation.ServerStatusEnum static method)
(mafw.enumerators.LoopType static method)
(mafw.enumerators.ProcessorStatus static method)
(mafw.steering.models.FilterKind static method)
(mafw.steering.models.ParameterSchemaStatus static method)
(mafw.steering.models.ParameterSource static method)
(mafw.steering.models.ProcessorSchemaStatus static method)
_get_dialect() (mafw.db.trigger.Trigger method)
_get_value_type() (mafw.processor_library.importer.FilenameElement class method)
_get_widget_value() (in module mafw.steering_gui.views.filter_editors)
_GroupTableView (class in mafw.steering_gui.views.group_editor)
_has_logic() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
(mafw.steering_gui.views.filter_tree.FilterTreeView method)
_ids (mafw.processor.Processor attribute)
_in_thread_context() (mafw.processor.Processor method)
_infer_content_type() (in module mafw.devtools.gitlab.registry)
_item (mafw.processor.Processor attribute)
_load() (mafw.lazy_import.LazyImportPlugin method)
_load_file() (mafw.steering_gui.main_window.MainWindow method)
_load_parameter_configuration() (mafw.processor.Processor method)
_load_supported_python_versions() (in module mafw.devtools.documentation)
_lock (mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel attribute)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable attribute)
_looping_status (mafw.processor.Processor attribute)
_MAFW_VERSION_RE (in module mafw.devtools.gitlab.registry)
_mark_clean() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
_mark_super_call() (mafw.processor.Processor method)
_methods_to_be_checked_for_super (mafw.processor.Processor attribute)
(mafw.processor_library.sns_plotter.SNSPlotter attribute)
_new_file() (mafw.steering_gui.main_window.MainWindow method)
_NO_VALUE_OPS (in module mafw.steering_gui.views.filter_editors)
_node_to_sql() (mafw.db.trigger.Trigger method)
_normalize_config() (mafw.steering_gui.views.database_editor.DatabaseEditor method)
(mafw.steering_gui.views.DatabaseEditor method)
_normalize_field_type() (in module mafw.steering.models)
_normalize_logical_op() (in module mafw.steering.serializer)
_normalize_schema_default() (mafw.steering_gui.controllers.steering_controller.SteeringController static method)
_normalize_text() (mafw.steering_gui.main_window.MainWindow static method)
_on_add_group_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_add_processor_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_conditional_filter_changed() (mafw.steering_gui.views.filter_manager.FilterManager method)
_on_connection_test_failure() (mafw.steering_gui.main_window.MainWindow method)
_on_connection_test_success() (mafw.steering_gui.main_window.MainWindow method)
_on_database_configuration_changed() (mafw.steering_gui.main_window.MainWindow method)
_on_dirty_changed() (mafw.steering_gui.main_window.MainWindow method)
_on_group_add_group_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_group_add_processor_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_group_description_changed() (mafw.steering_gui.main_window.MainWindow method)
_on_group_move_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_group_name_changed() (mafw.steering_gui.main_window.MainWindow method)
_on_group_remove_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_pipeline_edit_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_pipeline_error() (mafw.steering_gui.main_window.MainWindow method)
_on_pipeline_move_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_pipeline_ready() (mafw.steering_gui.main_window.MainWindow method)
_on_pipeline_remove_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_pipeline_selection_changed() (mafw.steering_gui.main_window.MainWindow method)
_on_plugin_load_failure() (mafw.steering_gui.main_window.MainWindow method)
_on_plugins_loaded() (mafw.steering_gui.main_window.MainWindow method)
_on_selection_changed() (mafw.steering_gui.views.steering_tree.SteeringTreeView method)
(mafw.steering_gui.views.SteeringTreeView method)
_on_test_connection_requested() (mafw.steering_gui.main_window.MainWindow method)
_on_ui_interface_changed() (mafw.steering_gui.main_window.MainWindow method)
_on_validation_level_changed() (mafw.steering_gui.main_window.MainWindow method)
_open_file() (mafw.steering_gui.main_window.MainWindow method)
_open_steering_text_editor() (mafw.steering_gui.main_window.MainWindow method)
_OPERATOR_TOOLTIPS (in module mafw.steering_gui.views.filter_editors)
_operators_for_type() (in module mafw.steering_gui.views.filter_editors)
_orig_config (mafw.processor.Processor attribute)
_override_defaults() (mafw.processor.Processor method)
_overrule_kws_parameters() (mafw.processor.Processor method)
_parameter_registered (mafw.processor.Processor attribute)
_ParameterRoles (class in mafw.steering_gui.views.processor_parameter_editor)
_ParameterRow (class in mafw.steering_gui.views.processor_parameter_editor)
_parse_major_minor() (in module mafw.devtools.release.versioning)
_parser_configuration() (mafw.processor_library.importer.FilenameParser method)
_payload_annotation_matches() (mafw.processor.Processor method)
_perform_save() (mafw.steering_gui.main_window.MainWindow method)
_perform_save_as() (mafw.steering_gui.main_window.MainWindow method)
_PipelineTableView (class in mafw.steering_gui.views.pipeline_editor)
_populate_from_model() (mafw.steering_gui.main_window.MainWindow method)
_post_load() (mafw.lazy_import.LazyImportPlugin method)
(mafw.lazy_import.LazyImportProcessor method)
(mafw.lazy_import.LazyImportUserInterface method)
_process_for_loop() (mafw.processor.Processor method)
_process_parallel_for_loop() (mafw.processor.Processor method)
_process_parallel_for_loop_with_queue() (mafw.processor.Processor method)
_processor_parameters (mafw.processor.Processor attribute)
_PYLOCK_RE (in module mafw.devtools.gitlab.registry)
_read_devtools_deps() (in module mafw.devtools)
_redo() (mafw.steering_gui.main_window.MainWindow method)
_refresh_database_editor() (mafw.steering_gui.main_window.MainWindow method)
_refresh_globals_editor() (mafw.steering_gui.main_window.MainWindow method)
_refresh_metadata_summary() (mafw.steering_gui.main_window.MainWindow method)
_refresh_pipeline_after_change() (mafw.steering_gui.main_window.MainWindow method)
_refresh_title_from_controller() (mafw.steering_gui.main_window.MainWindow method)
_refresh_ui_editor() (mafw.steering_gui.main_window.MainWindow method)
_register_parameters() (mafw.processor.Processor method)
_remove_orphan_files() (mafw.processor.Processor method)
_reset_parameters() (mafw.processor.Processor method)
_reset_super_call_flag() (mafw.processor.Processor method)
_RESOURCE_DIR (in module mafw.steering_gui.models.filter_tree_model)
_restore_window_geometry() (mafw.steering_gui.main_window.MainWindow method)
_save_file() (mafw.steering_gui.main_window.MainWindow method)
_save_file_as() (mafw.steering_gui.main_window.MainWindow method)
_save_window_geometry() (mafw.steering_gui.main_window.MainWindow method)
_SectionNode (class in mafw.steering_gui.models.steering_tree_model)
_serialize_condition() (in module mafw.steering.serializer)
_set_test_button_enabled() (mafw.steering_gui.main_window.MainWindow method)
_set_widget_value() (in module mafw.steering_gui.views.filter_editors)
_setup_model_data() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
_setup_ui() (mafw.steering_gui.dialogs.about_dialog.AboutDialog method)
(mafw.steering_gui.dialogs.AboutDialog method)
_show_about() (mafw.steering_gui.main_window.MainWindow method)
_standard_table_models() (in module mafw.processor_library.db_init)
_start_connection_test_worker() (mafw.steering_gui.main_window.MainWindow method)
_start_plugin_loading() (mafw.steering_gui.main_window.MainWindow method)
_strip_completion_marker_block() (in module mafw.tools.click_extensions)
_super_call_flags (mafw.processor.Processor attribute)
_thread_exception_handler (in module mafw.steering_gui.utils.exception_handling)
_thread_local (mafw.processor.Processor attribute)
_thread_loop_context() (mafw.processor.Processor method)
_to_command_line() (in module mafw.tools.shell_tools)
_tokenize_with_positions() (in module mafw.db.db_filter)
_undo() (mafw.steering_gui.main_window.MainWindow method)
_unique_processor_name() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
_update_plotter_db() (mafw.processor_library.abstract_plotter.GenericPlotter method)
_validate_default_type() (mafw.processor_library.importer.FilenameElement method)
_validate_filter_schema() (in module mafw.processor)
_validate_loop_type() (mafw.tools.loop_tuning.LoopTuningMixin static method)
_validate_name() (mafw.processor.ActiveParameter method)
_validate_regexp() (mafw.processor_library.importer.FilenameElement method)
_VALIDATION_DEBOUNCE_MS (in module mafw.steering_gui.dialogs.steering_text_editor)
_value_to_sql() (mafw.db.trigger.Trigger method)
_virtualenv_root() (in module mafw.tools.click_extensions)
_wall_clock_start (mafw.processor.Processor attribute)
_WARNING_ICON_PATH (in module mafw.steering_gui.models.filter_tree_model)
_wire_controller_signals() (mafw.steering_gui.main_window.MainWindow method)
_write_to_path() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
A
AbbreviateGroup (class in mafw.tools.click_extensions)
Abort (mafw.enumerators.LoopingStatus attribute)
Aborted (mafw.enumerators.ProcessorExitStatus attribute)
AbortProcessorException
ABOUT_FILE (in module mafw.devtools.release.versioning)
AboutDialog (class in mafw.steering_gui.dialogs)
(class in mafw.steering_gui.dialogs.about_dialog)
accept() (mafw.db.db_filter.ExprParser method)
accept_item() (mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable method)
(mafw.processor.Processor method)
accessor_class (mafw.db.fields.FileChecksumField attribute)
(mafw.db.fields.FileNameField attribute)
AccumulatorProcessor (class in mafw.examples.sum_processor)
acquire_resources() (mafw.processor.Processor method)
(mafw.processor.ProcessorList method)
ActionSpec (class in mafw.steering_gui.actions)
ActivableType (class in mafw.active)
Active (class in mafw.active)
ActiveParameter (class in mafw.processor)
ActiveType (class in mafw.active)
add_conditional() (mafw.db.db_filter.ModelFilter method)
add_conditional_from_dict() (mafw.db.db_filter.ModelFilter method)
add_group() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_group_entry_to_group() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_group_to_run_list() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_model_filter_by_name() (mafw.steering_gui.views.filter_tree.FilterTreeView method)
add_processor() (mafw.steering.builder.SteeringBuilder method)
add_processor_to_run_list() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_processors_to_group_with_defaults() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_processors_with_defaults() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_replica() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
add_root_logic() (mafw.steering_gui.views.filter_tree.FilterTreeView method)
add_sql() (mafw.db.trigger.Trigger method)
add_when() (mafw.db.trigger.Trigger method)
AddFieldFilterDialog (class in mafw.steering_gui.dialogs.add_field_filter_dialog)
AddModelDialog (class in mafw.steering_gui.dialogs.add_model_dialog)
AddProcessorDialog (class in mafw.steering_gui.dialogs)
(class in mafw.steering_gui.dialogs.add_processor_dialog)
aggregation_functions (mafw.processor_library.sns_plotter.SNSPlotter attribute)
always_display_progress_message (mafw.ui.abstract_user_interface.UserInterfaceBase attribute)
and_() (in module mafw.db.trigger)
append() (mafw.processor.ProcessorList method)
apply_only_to_prefix (mafw.processor_library.db_init.TableCreator attribute)
ast_to_string() (in module mafw.db.db_filter)
audit (in module mafw.devtools.cli.dependencies)
AuthenticationWidget (class in mafw.steering_gui.views.database_editor)
available_db_module_count() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
available_processor_count() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
available_processor_names() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
available_ui_count() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
B
BinaryNode (in module mafw.db.db_filter)
bind() (mafw.db.db_filter.ModelFilter method)
bind_all() (mafw.db.db_filter.ProcessorFilter method)
block_signals() (in module mafw.steering_gui.utils)
(in module mafw.steering_gui.utils.gui_helpers)
build (in module mafw.devtools.cli.documentation)
build_connection_parameters() (in module mafw.db.db_connection)
build_connection_test_task() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
build_database_connection_configuration() (in module mafw.steering_gui.controllers.steering_controller)
build_for_tag() (in module mafw.devtools.documentation)
build_gitlab_api_configuration() (in module mafw.devtools.documentation)
(in module mafw.devtools.gitlab)
build_gitlab_auth_headers() (in module mafw.devtools.documentation)
(in module mafw.devtools.gitlab)
build_pdf_for_tag() (in module mafw.devtools.documentation)
build_pipeline() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
bump_version() (in module mafw.devtools.release)
C
can_redo() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
can_undo() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
CatPlot (class in mafw.processor_library.sns_plotter)
change_of_processor_status() (mafw.ui.console_user_interface.ConsoleInterface method)
(mafw.ui.rich_user_interface.RichInterface method)
CHANGELOG_FILE (in module mafw.devtools.release.changelog)
check_ci_completion_guard() (in module mafw.tools.click_extensions)
check_main_branch() (in module mafw.devtools.release)
check_missing_release() (in module mafw.devtools.release)
check_multiversion_structure() (in module mafw.devtools.documentation)
class_depends_on_optional() (in module mafw.decorators)
classify_version() (in module mafw.devtools.release)
clear() (mafw.db.model_register.ModelRegister method)
clear_parameters() (mafw.steering.builder.SteeringBuilder method)
clear_processor_parameters() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
closeEvent() (mafw.steering_gui.main_window.MainWindow method)
coerce_name() (in module mafw.steering_gui.utils)
(in module mafw.steering_gui.utils.gui_helpers)
collect_compiled_dependency_versions() (in module mafw.devtools.dependencies)
collect_subtree_indexes() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
combine_fields() (in module mafw.tools.db_tools)
combine_pk() (in module mafw.tools.db_tools)
commit_changes() (in module mafw.devtools.release)
commit_dependency_unfreeze() (in module mafw.devtools.dependencies)
compare_packages() (in module mafw.devtools.dependencies)
compile_dependency_lockfile() (in module mafw.devtools.dependencies)
compile_python_selector() (in module mafw.devtools.dependencies)
completion_script_path() (in module mafw.tools.click_extensions)
completion_shell_from_env() (in module mafw.tools.click_extensions)
completion_source_script() (in module mafw.tools.click_extensions)
compute_doc_target_version() (in module mafw.devtools.release.versioning)
compute_upper_bound() (in module mafw.devtools.dependencies)
Condition (class in mafw.steering.models)
condition_key_for_index() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
condition_key_for_item() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
condition_key_for_parent() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
conditional_name (mafw.db.db_filter.ModelFilter attribute)
ConditionalFilterCondition (class in mafw.db.db_filter)
ConditionalFilterConfig (class in mafw.steering.models)
ConditionalFilterEditor (class in mafw.steering_gui.views.filter_editors)
ConditionalNode (class in mafw.db.db_filter)
ConditionDefinition (class in mafw.steering_gui.views.filter_editors)
ConditionEditor (class in mafw.steering_gui.views.filter_editors)
ConditionKey (class in mafw.steering_gui.models.filter_tree_model)
ConditionNode (class in mafw.db.db_filter)
ConditionsTableModel (class in mafw.steering_gui.views.filter_editors)
connect() (mafw.steering_gui.controllers.steering_controller.DirtyStateSignal method)
(mafw.steering_gui.threading.Worker method)
(mafw.steering_gui.threading.workers.Worker method)
CONSOLE (in module mafw.tools.shell_tools)
ConsoleInterface (class in mafw.ui.console_user_interface)
consume_value() (mafw.devtools.release.DeprecatedOption method)
(mafw.tools.click_extensions.DeprecatedOption method)
consumer_finish() (mafw.processor.Processor method)
consumer_process() (mafw.processor.Processor method)
consumer_start() (mafw.processor.Processor method)
CONTEXT_SETTINGS (in module mafw.devtools.cli.dependencies)
(in module mafw.devtools.cli.documentation)
(in module mafw.devtools.cli.release)
Continue (mafw.enumerators.LoopingStatus attribute)
copy_patch_files() (in module mafw.devtools.documentation)
CountStandardTables (class in mafw.examples.db_processors)
create (in module mafw.devtools.cli.release)
create() (mafw.db.trigger.Trigger method)
create_action() (in module mafw.steering_gui.actions)
create_docs_zip_for_tag() (in module mafw.devtools.documentation)
create_release_note() (in module mafw.devtools.release)
create_standard_tables (mafw.processor.Processor attribute)
(mafw.processor.ProcessorList attribute)
create_table() (mafw.db.db_model.MAFwBaseModel class method)
create_tag() (in module mafw.devtools.release)
create_task() (mafw.ui.abstract_user_interface.UserInterfaceBase method)
(mafw.ui.console_user_interface.ConsoleInterface method)
(mafw.ui.rich_user_interface.RichInterface method)
create_trigger_sql() (mafw.db.trigger.MySQLDialect method)
(mafw.db.trigger.PostgreSQLDialect method)
(mafw.db.trigger.SQLiteDialect method)
(mafw.db.trigger.TriggerDialect method)
current_file() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
current_name() (mafw.steering_gui.views.processor_parameter_editor.ProcessorParameterEditor method)
(mafw.steering_gui.views.ProcessorParameterEditor method)
current_table_values() (mafw.steering_gui.views.database_editor.ParametersWidget method)
current_values() (mafw.steering_gui.views.globals_editor.GlobalsEditor method)
(mafw.steering_gui.views.GlobalsEditor method)
custom_formatwarning() (in module mafw.scripts.mafw_exe)
customize_plot() (mafw.processor_library.abstract_plotter.GenericPlotter method)
CyclicGroupIssue
D
data_frame (mafw.processor_library.sns_plotter.SNSFigurePlotter attribute)
(mafw.processor_library.sns_plotter.SNSPlotter attribute)
DATABASE
mafw-db-wizard command line option
database (mafw.db.trigger.Trigger property)
(mafw.processor.Processor property)
(mafw.processor.ProcessorList property)
(mafw.processor_library.sns_plotter.SQLPdDataRetriever attribute)
database_proxy (in module mafw.db.db_model)
database_required() (in module mafw.decorators)
DatabaseEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.database_editor)
DataRetriever (class in mafw.processor_library.abstract_plotter)
db_model_modules (mafw.plugin_manager.LoadedPlugins attribute)
db_scheme (in module mafw.db.db_configurations)
db_value() (mafw.db.fields.FileChecksumField method)
(mafw.db.fields.FileNameField method)
(mafw.db.fields.FileNameListField method)
DBConfiguration (class in mafw.steering.models)
deep_update() (in module mafw.tools.generics)
DEFAULT_BACKEND (in module mafw.steering_gui.views.database_editor)
default_conf (in module mafw.db.db_configurations)
DEFAULT_FREEZE_EXTRAS (in module mafw.devtools.dependencies.compile)
DEFAULT_MIN_TAG_REGEX (in module mafw.devtools.documentation.builder)
DEFAULT_PRAGMAS (in module mafw.steering_gui.views.database_editor)
DEFAULT_SERVER_PORTS (in module mafw.steering_gui.views.database_editor)
DEFAULT_SQLITE_PRAGMAS (in module mafw.db.db_configurations)
DEFAULT_URL_PLACEHOLDERS (in module mafw.steering_gui.views.database_editor)
DEFAULT_URLS (in module mafw.steering_gui.views.database_editor)
delete_generic_package_file() (in module mafw.devtools.gitlab)
delete_generic_package_version() (in module mafw.devtools.gitlab)
delete_parameter() (mafw.processor.Processor method)
depends_on_optional() (in module mafw.decorators)
DeprecatedOption (class in mafw.devtools.release)
(class in mafw.tools.click_extensions)
description (mafw.processor.Processor attribute)
DevtoolsError
dirty (mafw.steering_gui.controllers.steering_controller.SteeringController property)
DirtyStateSignal (class in mafw.steering_gui.controllers.steering_controller)
disable() (mafw.db.std_tables.TriggerDisabler method)
disable_db_configuration() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
display_exception() (in module mafw.scripts.mafw_exe)
display_progress_message() (mafw.ui.abstract_user_interface.UserInterfaceBase method)
(mafw.ui.console_user_interface.ConsoleInterface method)
(mafw.ui.rich_user_interface.RichInterface method)
DisPlot (class in mafw.processor_library.sns_plotter)
distribute_resources() (mafw.processor.ProcessorList method)
DOC_TARGET_VERSION_PATTERN (in module mafw.devtools.release.versioning)
DOCS_SUBPATH (in module mafw.devtools.documentation.builder)
DocTargetVersionPrompt (class in mafw.devtools.release)
document (mafw.steering.builder.SteeringBuilder property)
DoesNotExist (mafw.db.db_model.MAFwBaseModel attribute)
(mafw.db.std_tables.OrphanFile attribute)
(mafw.db.std_tables.PlotterOutput attribute)
(mafw.db.std_tables.StandardTable attribute)
(mafw.db.std_tables.TriggerStatus attribute)
(mafw.examples.db_processors.File attribute)
(mafw.examples.importer_example.InputElement attribute)
download_docs_zip_from_gitlab_generic_registry() (in module mafw.devtools.documentation)
download_generic_file() (in module mafw.devtools.gitlab)
drop() (mafw.db.trigger.Trigger method)
drop_trigger_sql() (mafw.db.trigger.MySQLDialect method)
(mafw.db.trigger.PostgreSQLDialect method)
(mafw.db.trigger.SQLiteDialect method)
(mafw.db.trigger.TriggerDialect method)
dump_models() (in module mafw.db.db_wizard)
dump_parameter_configuration() (mafw.processor.Processor method)
dump_processor_parameters_to_toml() (in module mafw.tools.toml_tools)
DuplicateReplicaIssue
duration (mafw.models.loop_payloads.LoopResult attribute)
(mafw.models.LoopResult attribute)
(mafw.timer.Timer property)
E
elements (mafw.processor_library.importer.FilenameParser property)
emit() (mafw.steering_gui.controllers.steering_controller.DirtyStateSignal method)
enable() (mafw.db.std_tables.TriggerDisabler method)
enable_db_configuration() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
enabled (mafw.steering_gui.actions.ActionSpec attribute)
ensure_clean_git() (in module mafw.devtools.release)
ensure_devtools_available() (in module mafw.devtools)
ensure_mafw_project_root() (in module mafw.devtools.dependencies)
ensure_parameter_registration() (in module mafw.processor)
ensure_sphinx_build_available() (in module mafw.devtools.documentation)
ensure_valid() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
ensure_versions_json_exists() (in module mafw.devtools.documentation)
enter_interactive_mode() (mafw.ui.abstract_user_interface.UserInterfaceBase method)
(mafw.ui.rich_user_interface.RichInterface method)
ENV_ESCAPE_SENTINEL (in module mafw.tools.toml_tools)
ENV_PATTERN (in module mafw.tools.toml_tools)
Error (mafw.scripts.mafw_exe.ReturnValue attribute)
execute() (mafw.processor.Processor method)
(mafw.processor.ProcessorList method)
execution_workflow() (in module mafw.decorators)
existing_table_names (mafw.processor_library.db_init.TableCreator attribute)
exit_status (mafw.runner.MAFwApplication attribute)
expect() (mafw.db.db_filter.ExprParser method)
export_to_path() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
ExprNode (in module mafw.db.db_filter)
ExprParser (class in mafw.db.db_filter)
extend() (mafw.processor.ProcessorList method)
EXTENSION_FORMAT_MAP (in module mafw.devtools.dependencies.compare)
extra_globals (mafw.steering.builder.SteeringBuilder property)
extract_change_sections_from_changelog() (in module mafw.devtools.release)
extract_change_sections_from_changelog_block() (in module mafw.devtools.release)
extract_docs_zip_to_repo_root() (in module mafw.devtools.documentation)
extract_protocol() (in module mafw.tools.regexp)
extract_version_changelog_block() (in module mafw.devtools.release)
F
F (class in mafw.decorators)
(class in mafw.processor)
facet_grid (mafw.processor_library.sns_plotter.SNSFigurePlotter attribute)
(mafw.processor_library.sns_plotter.SNSPlotter attribute)
Failed (mafw.enumerators.ProcessorExitStatus attribute)
FieldFilterConfig (class in mafw.steering.models)
FieldFilterEditor (class in mafw.steering_gui.views.filter_editors)
FieldInfo (class in mafw.steering.models)
FieldNameWidget (class in mafw.steering_gui.views.filter_editors)
FigurePlotter (class in mafw.processor_library.abstract_plotter)
File (class in mafw.examples.db_processors)
file_browse_button (mafw.steering_gui.views.database_editor.AuthenticationWidget property)
file_checksum() (in module mafw.tools.file_tools)
file_edit (mafw.steering_gui.views.database_editor.AuthenticationWidget property)
file_removal_triggers() (mafw.db.db_model.MAFwBaseModel class method)
FileChecksumField (class in mafw.db.fields)
FileChecksumFieldAccessor (class in mafw.db.fields)
FileDoesNotExist
FilenameElement (class in mafw.processor_library.importer)
FileNameField (class in mafw.db.fields)
FileNameFieldAccessor (class in mafw.db.fields)
FileNameListField (class in mafw.db.fields)
FilenameParser (class in mafw.processor_library.importer)
fill_model_info() (mafw.steering.models.ConditionalFilterConfig method)
(mafw.steering.models.ModelFilterConfig method)
FillFileTableProcessor (class in mafw.examples.db_processors)
filter() (mafw.db.db_filter.ModelFilter method)
filter_all() (mafw.db.db_filter.ProcessorFilter method)
filter_latest_micro() (in module mafw.devtools.documentation)
filter_logic (mafw.steering.models.ProcessorConfig property)
filter_register (mafw.processor.Processor attribute)
filter_schema() (mafw.lazy_import.ProcessorClassProtocol method)
(mafw.processor.Processor class method)
filter_stable_tags() (in module mafw.devtools.documentation)
filter_versions_in_range() (in module mafw.devtools.documentation)
FilterConfig (class in mafw.steering.models)
FilterKind (class in mafw.steering.models)
FilterManager (class in mafw.steering_gui.views.filter_manager)
FilterNode (class in mafw.db.db_filter)
FilterNodeType (class in mafw.steering_gui.models.filter_tree_model)
FilterSchema (class in mafw.models)
(class in mafw.models.filter_schema)
FilterTreeItem (class in mafw.steering_gui.models.filter_tree_model)
FilterTreeModel (class in mafw.steering_gui.models.filter_tree_model)
FilterTreeView (class in mafw.steering_gui.views.filter_tree)
find_condition_index() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
find_index_for_data() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
find_logic_index() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
find_model_index() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
find_repo_root() (in module mafw.devtools.documentation)
FindNPrimeNumber (class in mafw.examples.loop_modifier)
FindPrimeNumberInRange (class in mafw.examples.loop_modifier)
FindPrimeNumberInRangeParallel (class in mafw.examples.loop_modifier)
FindPrimeNumberInRangeParallelWithQueue (class in mafw.examples.loop_modifier)
FindPrimeNumberInRangeTunable (class in mafw.examples.loop_modifier)
Finish (mafw.enumerators.ProcessorStatus attribute)
finish() (mafw.examples.db_processors.FillFileTableProcessor method)
(mafw.examples.importer_example.ImporterExample method)
(mafw.examples.loop_modifier.FindNPrimeNumber method)
(mafw.examples.loop_modifier.FindPrimeNumberInRange method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable method)
(mafw.processor.Processor method)
(mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.db_init.TriggerRefresher method)
FLOAT_DECIMALS (in module mafw.steering_gui.utils.constants)
FLOAT_RANGE (in module mafw.steering_gui.utils.constants)
for_loop() (in module mafw.decorators)
force_recreate (mafw.processor_library.db_init.TableCreator attribute)
force_replot (mafw.processor_library.abstract_plotter.GenericPlotter attribute)
ForLoop (mafw.enumerators.LoopType attribute)
format_duration() (mafw.timer.Timer method)
format_progress_message() (mafw.examples.db_processors.FillFileTableProcessor method)
(mafw.examples.importer_example.ImporterExample method)
(mafw.examples.loop_modifier.FindNPrimeNumber method)
(mafw.examples.loop_modifier.FindPrimeNumberInRange method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable method)
(mafw.processor.Processor method)
(mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.db_init.SQLScriptRunner method)
(mafw.processor_library.db_init.TriggerRefresher method)
(mafw.processor_library.importer.Importer method)
format_requirement() (in module mafw.devtools.dependencies.freeze)
format_size() (in module mafw.devtools.documentation)
format_started_at_utc() (in module mafw.devtools.documentation)
FreeNameWidget (class in mafw.steering_gui.views.filter_editors)
freeze (in module mafw.devtools.cli.dependencies)
freeze_dependencies() (in module mafw.devtools.dependencies)
freeze_pyproject_toml() (in module mafw.devtools.dependencies)
freeze_requirement() (in module mafw.devtools.dependencies)
from_conf() (mafw.db.db_filter.ModelFilter class method)
from_dict() (mafw.db.db_model.MAFwBaseModel class method)
(mafw.processor_library.importer.FilenameElement class method)
from_file() (mafw.steering_gui.controllers.steering_controller.SteeringController class method)
from_toml() (mafw.steering.builder.SteeringBuilder class method)
from_toml_text() (mafw.steering.builder.SteeringBuilder class method)
FromDatasetDataRetriever (class in mafw.processor_library.sns_plotter)
full_name (mafw.steering.models.ProcessorRef property)
G
GaussAdder (class in mafw.examples.sum_processor)
generate_changelog() (in module mafw.devtools.release)
generate_pdf_index_page() (in module mafw.devtools.documentation)
generate_python_versions_rst() (in module mafw.devtools.documentation)
generate_requirements_rst() (in module mafw.devtools.documentation)
generate_steering_file() (in module mafw.tools.toml_tools)
GenericPlotter (class in mafw.processor_library.abstract_plotter)
get_analysis_description() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_analysis_name() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_command() (mafw.tools.click_extensions.AbbreviateGroup method)
get_contributors() (in module mafw.devtools.release)
get_create_standard_tables() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_current_branch() (in module mafw.devtools.documentation)
get_data() (mafw.steering_gui.views.database_editor.AuthenticationWidget method)
(mafw.steering_gui.views.database_editor.DatabaseEditor method)
(mafw.steering_gui.views.database_editor.ParametersWidget method)
(mafw.steering_gui.views.DatabaseEditor method)
get_data_frame() (mafw.processor_library.abstract_plotter.DataRetriever method)
(mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.sns_plotter.FromDatasetDataRetriever method)
(mafw.processor_library.sns_plotter.HDFPdDataRetriever method)
(mafw.processor_library.sns_plotter.PdDataRetriever method)
(mafw.processor_library.sns_plotter.SNSPlotter method)
(mafw.processor_library.sns_plotter.SQLPdDataRetriever method)
get_db() (in module mafw.db.db_model)
get_db_attributes() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_db_authentication() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_db_parameters() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_db_pragmas() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_db_url() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_dialect() (mafw.processor_library.db_init.TriggerRefresher method)
get_directory_size() (in module mafw.devtools.documentation)
get_element() (mafw.processor_library.importer.FilenameParser method)
get_element_value() (mafw.processor_library.importer.FilenameParser method)
get_expected_lower_bounds() (in module mafw.devtools.dependencies)
get_fields_by_type() (mafw.db.db_model.MAFwBaseModel class method)
get_filter() (mafw.processor.Processor method)
get_git_tags() (in module mafw.devtools.documentation)
get_globals() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_group() (mafw.steering.builder.SteeringBuilder method)
get_group_attributes() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_group_snapshot() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_items() (mafw.examples.db_processors.FillFileTableProcessor method)
(mafw.examples.importer_example.ImporterExample method)
(mafw.examples.loop_modifier.FindPrimeNumberInRange method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable method)
(mafw.examples.loop_modifier.ModifyLoopProcessor method)
(mafw.examples.sum_processor.AccumulatorProcessor method)
(mafw.processor.Processor method)
(mafw.processor_library.db_init.SQLScriptRunner method)
(mafw.processor_library.db_init.TriggerRefresher method)
get_last_stable_tag() (in module mafw.devtools.release)
get_model() (mafw.db.model_register.ModelRegister method)
get_model_name() (mafw.steering_gui.views.filter_editors.ProcessorModelsTableModel method)
get_model_names() (mafw.db.model_register.ModelRegister method)
get_name() (mafw.steering_gui.views.filter_editors.FieldNameWidget method)
(mafw.steering_gui.views.filter_editors.FreeNameWidget method)
get_new_only() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_parameter() (mafw.models.processor_schema.ProcessorSchema method)
(mafw.models.ProcessorSchema method)
(mafw.processor.Processor method)
get_parameter_names() (mafw.models.processor_schema.ProcessorSchema method)
(mafw.models.ProcessorSchema method)
get_parameters() (mafw.processor.Processor method)
get_pk() (in module mafw.tools.db_tools)
get_plugin_manager() (in module mafw.plugin_manager)
get_primary_key_fields() (in module mafw.db.db_model)
get_processor_config() (mafw.steering.builder.SteeringBuilder method)
get_processor_snapshot() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_processors_to_run() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_release_note_base_ref() (in module mafw.devtools.release)
get_release_statistics() (in module mafw.devtools.release)
get_server_status() (in module mafw.devtools.documentation.server)
get_standard_tables() (mafw.db.model_register.ModelRegister method)
get_table_names() (mafw.db.model_register.ModelRegister method)
get_thread_exception_handler() (in module mafw.steering_gui.utils.exception_handling)
get_type() (mafw.steering_gui.views.filter_editors.FieldNameWidget method)
(mafw.steering_gui.views.filter_editors.FreeNameWidget method)
get_ui_interface() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
get_url() (mafw.steering_gui.views.database_editor.TransportWidget method)
get_user_interface() (mafw.runner.MAFwApplication method)
get_value() (mafw.steering_gui.views.filter_editors.ListEditor method)
(mafw.steering_gui.views.filter_editors.RangeEditor method)
(mafw.steering_gui.views.filter_editors.SingleValueEditor method)
(mafw.steering_gui.views.filter_editors.ValueEditorBase method)
git_rev_of() (in module mafw.devtools.documentation)
GitlabAPIConfiguration (class in mafw.devtools.gitlab)
global_mafw_plugin_manager (in module mafw.plugin_manager)
GlobalsEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.globals_editor)
GlobalSettings (class in mafw.steering.models)
group_and_aggregate_data_frame() (in module mafw.tools.pandas_tools)
(mafw.processor_library.sns_plotter.SNSPlotter method)
group_class (mafw.scripts.mafw_exe.MAFwGroup attribute)
(mafw.tools.click_extensions.AbbreviateGroup attribute)
GroupConfig (class in mafw.steering.models)
GroupEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.group_editor)
grouping_columns (mafw.processor_library.sns_plotter.SNSPlotter attribute)
H
handle_exception() (mafw.steering_gui.utils.exception_handling.ThreadExceptionHandler method)
has_changes (mafw.devtools.dependencies.VersionComparisonResult property)
has_frozen_upper_bound() (in module mafw.devtools.dependencies.freeze)
has_required_fields() (mafw.steering_gui.views.database_editor.AuthenticationWidget method)
HDFPdDataRetriever (class in mafw.processor_library.sns_plotter)
highest_lower_bound() (in module mafw.devtools.dependencies.freeze)
http_probe() (in module mafw.devtools.documentation)
I
i_item (mafw.models.loop_payloads.LoopItem attribute)
(mafw.models.loop_payloads.LoopResult attribute)
(mafw.models.LoopItem attribute)
(mafw.models.LoopResult attribute)
(mafw.processor.Processor property)
Importer (class in mafw.processor_library.importer)
ImporterExample (class in mafw.examples.importer_example)
in_loop_customization() (mafw.processor_library.abstract_plotter.GenericPlotter method)
Init (mafw.enumerators.ProcessorStatus attribute)
init() (mafw.db.std_tables.StandardTable class method)
(mafw.db.std_tables.TriggerStatus class method)
(mafw.runner.MAFwApplication method)
initialise_parameters() (mafw.processor.Processor method)
(mafw.tools.loop_tuning.LoopTuningMixin method)
InputElement (class in mafw.examples.importer_example)
InputElementDoesNotExist
insert() (mafw.processor.ProcessorList method)
install_completion() (in module mafw.tools.click_extensions)
install_exception_handler() (in module mafw.steering_gui.utils.exception_handling)
INT_RANGE (in module mafw.steering_gui.utils.constants)
interpret() (mafw.processor_library.importer.FilenameParser method)
InvalidConfigurationError
InvalidFilterConditionIssue
InvalidFilterLogicIssue
InvalidSteeringFile
invoke() (mafw.scripts.mafw_exe.MAFwGroup method)
(mafw.tools.click_extensions.AbbreviateGroup method)
is_ancestor() (in module mafw.devtools.documentation)
is_bound (mafw.db.db_filter.ModelFilter property)
is_bugged_warning_capture_version() (in module mafw.scripts.mafw_exe)
is_complete() (mafw.steering.models.ConditionalFilterConfig method)
(mafw.steering_gui.views.filter_editors.ConditionDefinition method)
(mafw.steering_gui.views.filter_editors.ConditionEditor method)
is_condition_warning() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
is_data_frame_empty() (mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.sns_plotter.SNSPlotter method)
is_db_configuration_enabled() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
is_enabled() (mafw.steering_gui.views.database_editor.DatabaseEditor method)
(mafw.steering_gui.views.DatabaseEditor method)
is_found (mafw.processor_library.importer.FilenameElement property)
is_free_threading() (in module mafw.tools.parallel)
is_group() (mafw.steering_gui.models.pipeline.PipelineItem method)
(mafw.steering_gui.models.PipelineItem method)
is_logic_warning() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
is_optional (mafw.processor.PassiveParameter property)
(mafw.processor_library.importer.FilenameElement property)
is_output_existing() (mafw.processor_library.abstract_plotter.GenericPlotter method)
is_prime() (in module mafw.examples.loop_modifier)
is_script_already_installed() (in module mafw.tools.click_extensions)
is_set (mafw.processor.PassiveParameter property)
is_valid() (mafw.steering_gui.views.database_editor.TransportWidget method)
(mafw.steering_gui.views.filter_editors.LogicEditor method)
item (mafw.processor.Processor property)
items() (mafw.db.model_register.ModelRegister method)
iter_local_mafw_docs_zips() (in module mafw.devtools.documentation)
iter_local_pylock_reference_files() (in module mafw.devtools.gitlab)
iter_specifiers() (in module mafw.devtools.dependencies.freeze)
J
join_dependent_models() (mafw.db.db_model.MAFwBaseModel class method)
L
latest (in module mafw.devtools.cli.dependencies)
LazyImportPlugin (class in mafw.lazy_import)
LazyImportProcessor (class in mafw.lazy_import)
LazyImportUserInterface (class in mafw.lazy_import)
LEGACY_KEYS (in module mafw.db.db_connection)
list_generic_package_files() (in module mafw.devtools.gitlab)
list_generic_packages() (in module mafw.devtools.gitlab)
list_groups() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
list_mafw_docs_generic_packages() (in module mafw.devtools.documentation)
list_processors() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
ListEditor (class in mafw.steering_gui.views.filter_editors)
ListValueRow (class in mafw.steering_gui.views.filter_editors)
LMPlot (class in mafw.processor_library.sns_plotter)
load() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
load_db_models_plugins() (mafw.plugin_manager.MAFwPluginManager method)
load_plugins() (mafw.plugin_manager.MAFwPluginManager method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
load_processor_plugins() (mafw.plugin_manager.MAFwPluginManager method)
load_pylock_packages() (in module mafw.devtools.dependencies)
load_pyproject_doc() (in module mafw.devtools.dependencies)
load_steering_file() (in module mafw.tools.toml_tools)
load_steering_file_legacy() (in module mafw.tools.toml_tools)
load_user_interface_plugins() (mafw.plugin_manager.MAFwPluginManager method)
LoadedPlugins (class in mafw.plugin_manager)
local_resource_acquisition (mafw.processor.Processor property)
logger_setup() (in module mafw.scripts.mafw_exe)
logic (mafw.steering.models.FieldFilterConfig property)
(mafw.steering.models.ModelFilterConfig property)
logic_key_for_index() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
logic_key_for_item() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
logic_name (mafw.db.db_filter.ModelFilter attribute)
LogicalNode (class in mafw.db.db_filter)
LogicalOp (class in mafw.enumerators)
LogicEditor (class in mafw.steering_gui.views.filter_editors)
LogicKey (class in mafw.steering_gui.models.filter_tree_model)
LogicSyntaxHighlighter (class in mafw.steering_gui.views.filter_editors)
LogicTextEdit (class in mafw.steering_gui.views.filter_editors)
loop_type (mafw.processor.Processor attribute)
looping_status (mafw.models.loop_payloads.LoopResult attribute)
(mafw.models.LoopResult attribute)
(mafw.processor.Processor property)
LoopingStatus (class in mafw.enumerators)
LoopItem (class in mafw.models)
(class in mafw.models.loop_payloads)
LoopResult (class in mafw.models)
(class in mafw.models.loop_payloads)
LoopTuningMixin (class in mafw.tools.loop_tuning)
LoopType (class in mafw.enumerators)
M
mafw
module
mafw command line option
--debug
--log-level
--no-banner
--ui
--version
-D
-v
mafw-completion-install command line option
--force
--shell
-F
-s
mafw-completion-show command line option
--shell
-s
mafw-db-wizard command line option
--engine
--host
--ignore-unknown
--no-ignore-unknown
--no-overwrite
--no-preserve-order
--no-snake-case
--output-file
--overwrite
--password
--port
--preserve-order
--schema
--snake-case
--tables
--user
--username
--with-views
--without-views
-e
-o
-p
-s
-t
-u
DATABASE
mafw-run command line option
STEERING_FILE
mafw-steering command line option
--db-engine
--db-url
--ext-plugins
--no-ext-plugin
--no-open-editor
--no-show
--open-editor
--show
STEERING_FILE
mafw.active
module
mafw.db
module
mafw.db.db_configurations
module
mafw.db.db_connection
module
mafw.db.db_filter
module
mafw.db.db_model
module
mafw.db.db_types
module
mafw.db.db_wizard
module
mafw.db.fields
module
mafw.db.model_register
module
mafw.db.std_tables
module
mafw.db.trigger
module
mafw.decorators
module
mafw.devtools
module
mafw.devtools.cli
module
mafw.devtools.cli.cli
module
mafw.devtools.cli.completion
module
mafw.devtools.cli.dependencies
module
mafw.devtools.cli.documentation
module
mafw.devtools.cli.release
module
mafw.devtools.dependencies
module
mafw.devtools.dependencies.audit
module
mafw.devtools.dependencies.compare
module
mafw.devtools.dependencies.compile
module
mafw.devtools.dependencies.freeze
module
mafw.devtools.dependencies.verify
module
mafw.devtools.documentation
module
mafw.devtools.documentation.builder
module
mafw.devtools.documentation.requirements
module
mafw.devtools.documentation.server
module
mafw.devtools.documentation.versions
module
mafw.devtools.git
module
mafw.devtools.gitlab
module
mafw.devtools.gitlab.api
module
mafw.devtools.gitlab.docs_registry
module
mafw.devtools.gitlab.registry
module
mafw.devtools.release
module
mafw.devtools.release.changelog
module
mafw.devtools.release.checks
module
mafw.devtools.release.notes
module
mafw.devtools.release.versioning
module
mafw.enumerators
module
mafw.examples
module
mafw.examples.db_processors
module
mafw.examples.importer_example
module
mafw.examples.loop_modifier
module
mafw.examples.multi_primary
module
mafw.examples.processor_list
module
mafw.examples.sum_processor
module
mafw.hookspecs
module
mafw.lazy_import
module
mafw.mafw_errors
module
mafw.models
module
mafw.models.filter_schema
module
mafw.models.loop_payloads
module
mafw.models.parameter_schema
module
mafw.models.processor_schema
module
mafw.plugin_manager
module
mafw.plugins
module
mafw.processor
module
mafw.processor_library
module
mafw.processor_library.abstract_plotter
module
mafw.processor_library.db_init
module
mafw.processor_library.importer
module
mafw.processor_library.sns_plotter
module
mafw.runner
module
mafw.scripts
module
mafw.scripts.mafw_exe
module
mafw.steering
module
mafw.steering.builder
module
mafw.steering.models
module
mafw.steering.serializer
module
mafw.steering.validation
module
mafw.steering_gui
module
mafw.steering_gui.actions
module
mafw.steering_gui.app
module
mafw.steering_gui.controllers
module
mafw.steering_gui.controllers.steering_controller
module
mafw.steering_gui.dialogs
module
mafw.steering_gui.dialogs.about_dialog
module
mafw.steering_gui.dialogs.add_field_filter_dialog
module
mafw.steering_gui.dialogs.add_model_dialog
module
mafw.steering_gui.dialogs.add_processor_dialog
module
mafw.steering_gui.dialogs.steering_text_editor
module
mafw.steering_gui.dialogs.validation_issues_dialog
module
mafw.steering_gui.main_window
module
mafw.steering_gui.models
module
mafw.steering_gui.models.filter_tree_model
module
mafw.steering_gui.models.pipeline
module
mafw.steering_gui.models.processor_pipeline_model
module
mafw.steering_gui.models.steering_tree_model
module
mafw.steering_gui.threading
module
mafw.steering_gui.threading.workers
module
mafw.steering_gui.utils
module
mafw.steering_gui.utils.constants
module
mafw.steering_gui.utils.exception_handling
module
mafw.steering_gui.utils.gui_helpers
module
mafw.steering_gui.views
module
mafw.steering_gui.views.database_editor
module
mafw.steering_gui.views.filter_editors
module
mafw.steering_gui.views.filter_manager
module
mafw.steering_gui.views.filter_tree
module
mafw.steering_gui.views.globals_editor
module
mafw.steering_gui.views.group_editor
module
mafw.steering_gui.views.meta_editor
module
mafw.steering_gui.views.pipeline_editor
module
mafw.steering_gui.views.processor_editor
module
mafw.steering_gui.views.processor_parameter_editor
module
mafw.steering_gui.views.steering_tree
module
mafw.steering_gui.views.ui_editor
module
mafw.timer
module
mafw.tools
module
mafw.tools.click_extensions
module
mafw.tools.db_tools
module
mafw.tools.file_tools
module
mafw.tools.generics
module
mafw.tools.loop_tuning
module
mafw.tools.pandas_tools
module
mafw.tools.parallel
module
mafw.tools.regexp
module
mafw.tools.shell_tools
module
mafw.tools.toml_tools
module
mafw.ui
module
mafw.ui.abstract_user_interface
module
mafw.ui.console_user_interface
module
mafw.ui.rich_user_interface
module
mafw_hookimpl (in module mafw)
mafw_model_register (in module mafw.db.db_model)
MAFwApplication (class in mafw.runner)
MAFwBaseModel (class in mafw.db.db_model)
MAFwBaseModelDoesNotExist
MAFwException
MAFwGroup (class in mafw.scripts.mafw_exe)
MAFwPluginManager (class in mafw.plugin_manager)
main() (in module mafw.steering_gui.app)
(mafw.scripts.mafw_exe.MAFwGroup method)
MainWindow (class in mafw.steering_gui.main_window)
make_kv() (in module mafw.tools.db_tools)
make_prefixed_suffixed_name() (in module mafw.db.db_model)
MASTER_RE (in module mafw.db.db_filter)
matches() (mafw.steering_gui.views.filter_editors.FreeNameWidget method)
matplotlib_backend (mafw.processor_library.sns_plotter.SNSPlotter attribute)
MAX_ENV_RESOLUTION_PASSES (in module mafw.tools.toml_tools)
max_loading_delay (mafw.plugin_manager.MAFwPluginManager attribute)
max_workers (mafw.processor.Processor attribute)
MetadataEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.meta_editor)
method_combo (mafw.steering_gui.views.database_editor.AuthenticationWidget property)
mirror_version() (in module mafw.devtools.documentation)
MissingAttribute
MissingDatabase
MissingOptionalDependency
MissingOverloadedMethod
MissingProcessorsToRunIssue
MissingSQLStatement
MissingSuperCall
MissingTokenError
MissingUserInterfaceSectionIssue
ModelError
ModelFieldsTableModel (class in mafw.steering_gui.views.filter_editors)
ModelFilter (class in mafw.db.db_filter)
ModelFilterConfig (class in mafw.steering.models)
ModelFilterEditor (class in mafw.steering_gui.views.filter_editors)
ModelInfo (class in mafw.steering.models)
ModelRegister (class in mafw.db.model_register)
ModifyLoopProcessor (class in mafw.examples.loop_modifier)
module
mafw
mafw.active
mafw.db
mafw.db.db_configurations
mafw.db.db_connection
mafw.db.db_filter
mafw.db.db_model
mafw.db.db_types
mafw.db.db_wizard
mafw.db.fields
mafw.db.model_register
mafw.db.std_tables
mafw.db.trigger
mafw.decorators
mafw.devtools
mafw.devtools.cli
mafw.devtools.cli.cli
mafw.devtools.cli.completion
mafw.devtools.cli.dependencies
mafw.devtools.cli.documentation
mafw.devtools.cli.release
mafw.devtools.dependencies
mafw.devtools.dependencies.audit
mafw.devtools.dependencies.compare
mafw.devtools.dependencies.compile
mafw.devtools.dependencies.freeze
mafw.devtools.dependencies.verify
mafw.devtools.documentation
mafw.devtools.documentation.builder
mafw.devtools.documentation.requirements
mafw.devtools.documentation.server
mafw.devtools.documentation.versions
mafw.devtools.git
mafw.devtools.gitlab
mafw.devtools.gitlab.api
mafw.devtools.gitlab.docs_registry
mafw.devtools.gitlab.registry
mafw.devtools.release
mafw.devtools.release.changelog
mafw.devtools.release.checks
mafw.devtools.release.notes
mafw.devtools.release.versioning
mafw.enumerators
mafw.examples
mafw.examples.db_processors
mafw.examples.importer_example
mafw.examples.loop_modifier
mafw.examples.multi_primary
mafw.examples.processor_list
mafw.examples.sum_processor
mafw.hookspecs
mafw.lazy_import
mafw.mafw_errors
mafw.models
mafw.models.filter_schema
mafw.models.loop_payloads
mafw.models.parameter_schema
mafw.models.processor_schema
mafw.plugin_manager
mafw.plugins
mafw.processor
mafw.processor_library
mafw.processor_library.abstract_plotter
mafw.processor_library.db_init
mafw.processor_library.importer
mafw.processor_library.sns_plotter
mafw.runner
mafw.scripts
mafw.scripts.mafw_exe
mafw.steering
mafw.steering.builder
mafw.steering.models
mafw.steering.serializer
mafw.steering.validation
mafw.steering_gui
mafw.steering_gui.actions
mafw.steering_gui.app
mafw.steering_gui.controllers
mafw.steering_gui.controllers.steering_controller
mafw.steering_gui.dialogs
mafw.steering_gui.dialogs.about_dialog
mafw.steering_gui.dialogs.add_field_filter_dialog
mafw.steering_gui.dialogs.add_model_dialog
mafw.steering_gui.dialogs.add_processor_dialog
mafw.steering_gui.dialogs.steering_text_editor
mafw.steering_gui.dialogs.validation_issues_dialog
mafw.steering_gui.main_window
mafw.steering_gui.models
mafw.steering_gui.models.filter_tree_model
mafw.steering_gui.models.pipeline
mafw.steering_gui.models.processor_pipeline_model
mafw.steering_gui.models.steering_tree_model
mafw.steering_gui.threading
mafw.steering_gui.threading.workers
mafw.steering_gui.utils
mafw.steering_gui.utils.constants
mafw.steering_gui.utils.exception_handling
mafw.steering_gui.utils.gui_helpers
mafw.steering_gui.views
mafw.steering_gui.views.database_editor
mafw.steering_gui.views.filter_editors
mafw.steering_gui.views.filter_manager
mafw.steering_gui.views.filter_tree
mafw.steering_gui.views.globals_editor
mafw.steering_gui.views.group_editor
mafw.steering_gui.views.meta_editor
mafw.steering_gui.views.pipeline_editor
mafw.steering_gui.views.processor_editor
mafw.steering_gui.views.processor_parameter_editor
mafw.steering_gui.views.steering_tree
mafw.steering_gui.views.ui_editor
mafw.timer
mafw.tools
mafw.tools.click_extensions
mafw.tools.db_tools
mafw.tools.file_tools
mafw.tools.generics
mafw.tools.loop_tuning
mafw.tools.pandas_tools
mafw.tools.parallel
mafw.tools.regexp
mafw.tools.shell_tools
mafw.tools.toml_tools
mafw.ui
mafw.ui.abstract_user_interface
mafw.ui.console_user_interface
mafw.ui.rich_user_interface
move_pipeline_entry() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
move_processor_in_run_list() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
MySQLDialect (class in mafw.db.trigger)
N
n_item (mafw.models.loop_payloads.LoopItem attribute)
(mafw.models.loop_payloads.LoopResult attribute)
(mafw.models.LoopItem attribute)
(mafw.models.LoopResult attribute)
(mafw.processor.Processor property)
name (mafw.processor.Processor attribute)
(mafw.processor.ProcessorList property)
(mafw.processor_library.importer.FilenameElement property)
(mafw.runner.MAFwApplication attribute)
(mafw.ui.abstract_user_interface.UserInterfaceBase attribute)
(mafw.ui.console_user_interface.ConsoleInterface attribute)
(mafw.ui.rich_user_interface.RichInterface attribute)
name() (mafw.steering_gui.models.pipeline.PipelineItem method)
(mafw.steering_gui.models.PipelineItem method)
NameNode (in module mafw.db.db_filter)
nested_list (mafw.processor.ProcessorList attribute)
new_defaults (mafw.processor.Processor attribute)
new_only (mafw.db.db_filter.ProcessorFilter property)
next_minor_version() (in module mafw.devtools.release.versioning)
normalize_dependency_registry_item() (in module mafw.devtools.gitlab)
normalize_hatch_segments() (in module mafw.devtools.release)
normalize_mafw_version() (in module mafw.devtools.gitlab)
normalize_registry_item() (in module mafw.devtools.documentation)
normalize_sql_spaces() (in module mafw.tools.regexp)
NOTICE_FILE (in module mafw.devtools.release.versioning)
NOTICE_VERSION_PATTERN (in module mafw.devtools.release.versioning)
NotNode (in module mafw.db.db_filter)
O
OK (mafw.scripts.mafw_exe.ReturnValue attribute)
OLD_VERSION_TO_BE_PATCHED (in module mafw.devtools.documentation.builder)
oldest (in module mafw.devtools.cli.dependencies)
on_looping_status_set() (mafw.processor.Processor method)
on_processor_status_change() (mafw.processor.Processor method)
or_() (in module mafw.db.trigger)
orphan_protector() (in module mafw.decorators)
OrphanFile (class in mafw.db.std_tables)
OrphanFileDoesNotExist
output_filename_list (mafw.processor_library.sns_plotter.SNSPlotter attribute)
P
P (class in mafw.decorators)
(in module mafw.steering_gui.controllers.steering_controller)
PackageChange (class in mafw.devtools.dependencies)
parallel_for_loop() (in module mafw.decorators)
parallel_for_loop_with_queue() (in module mafw.decorators)
ParallelForLoop (mafw.enumerators.LoopType attribute)
ParallelForLoopWithQueue (mafw.enumerators.LoopType attribute)
parameter_schema() (mafw.lazy_import.ProcessorClassProtocol method)
(mafw.processor.Processor class method)
ParameterConfig (class in mafw.steering.models)
ParameterDelegate (class in mafw.steering_gui.views.processor_parameter_editor)
ParameterSchema (class in mafw.models)
(class in mafw.models.parameter_schema)
ParameterSchemaStatus (class in mafw.steering.models)
ParameterSource (class in mafw.steering.models)
ParametersWidget (class in mafw.steering_gui.views.database_editor)
ParameterTableModel (class in mafw.steering_gui.views.processor_parameter_editor)
ParameterType (class in mafw.processor)
parse() (mafw.db.db_filter.ExprParser method)
parse_and() (mafw.db.db_filter.ExprParser method)
parse_args() (mafw.scripts.mafw_exe.MAFwGroup method)
parse_atom() (mafw.db.db_filter.ExprParser method)
parse_mafw_docs_zip_filename() (in module mafw.devtools.documentation)
parse_not() (mafw.db.db_filter.ExprParser method)
parse_or() (mafw.db.db_filter.ExprParser method)
parse_processor_name() (in module mafw.tools.regexp)
parse_pylock_reference_filename() (in module mafw.devtools.gitlab)
parse_python_version() (in module mafw.devtools.dependencies)
parse_sphinx_log() (in module mafw.devtools.documentation)
parse_stable_tag() (in module mafw.devtools.release)
parse_version() (in module mafw.devtools.release)
parse_version_tuple() (in module mafw.devtools.documentation)
ParseError
ParserConfigurationError
ParsingError
PassiveParameter (class in mafw.processor)
password_edit (mafw.steering_gui.views.database_editor.AuthenticationWidget property)
patch_data_frame() (mafw.processor_library.abstract_plotter.DataRetriever method)
(mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.sns_plotter.HDFPdDataRetriever method)
(mafw.processor_library.sns_plotter.PdDataRetriever method)
path_encoder() (in module mafw.tools.toml_tools)
PathEditor (class in mafw.steering_gui.views.processor_parameter_editor)
PathItem (class in mafw.tools.toml_tools)
pattern (mafw.processor_library.importer.FilenameElement property)
payload (mafw.models.loop_payloads.LoopItem attribute)
(mafw.models.loop_payloads.LoopResult attribute)
(mafw.models.LoopItem attribute)
(mafw.models.LoopResult attribute)
PdDataRetriever (class in mafw.processor_library.sns_plotter)
peek() (mafw.db.db_filter.ExprParser method)
PeeweeModelWithMeta (class in mafw.db.db_types)
pipeline() (mafw.steering_gui.models.processor_pipeline_model.ProcessorPipelineModel method)
(mafw.steering_gui.models.ProcessorPipelineModel method)
pipeline_item_from_index() (mafw.steering_gui.models.steering_tree_model.SteeringTreeModel method)
(mafw.steering_gui.models.SteeringTreeModel method)
PipelineEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.pipeline_editor)
PipelineItem (class in mafw.steering_gui.models)
(class in mafw.steering_gui.models.pipeline)
PipelineRoles (class in mafw.steering_gui.models.processor_pipeline_model)
plot() (mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.sns_plotter.CatPlot method)
(mafw.processor_library.sns_plotter.DisPlot method)
(mafw.processor_library.sns_plotter.LMPlot method)
(mafw.processor_library.sns_plotter.RelPlot method)
PlotterMeta (class in mafw.processor_library.abstract_plotter)
PlotterMixinNotInitialized
PlotterOutput (class in mafw.db.std_tables)
PlotterOutputDoesNotExist
plugin_manager (mafw.runner.MAFwApplication attribute)
PluginTypes (in module mafw.plugin_manager)
PostgreSQLDialect (class in mafw.db.trigger)
pretty_format_duration() (in module mafw.timer)
prevent_duplicate_tag() (in module mafw.devtools.release)
prime_num_found (mafw.examples.loop_modifier.FindNPrimeNumber attribute)
(mafw.examples.loop_modifier.FindPrimeNumberInRange attribute)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel attribute)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue attribute)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable attribute)
print_banner() (in module mafw.scripts.mafw_exe)
print_process_statistics() (mafw.processor.Processor method)
process() (mafw.examples.db_processors.CountStandardTables method)
(mafw.examples.db_processors.FillFileTableProcessor method)
(mafw.examples.importer_example.ImporterExample method)
(mafw.examples.loop_modifier.FindNPrimeNumber method)
(mafw.examples.loop_modifier.FindPrimeNumberInRange method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable method)
(mafw.examples.loop_modifier.ModifyLoopProcessor method)
(mafw.examples.sum_processor.AccumulatorProcessor method)
(mafw.examples.sum_processor.GaussAdder method)
(mafw.processor.Processor method)
(mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.processor_library.db_init.SQLScriptRunner method)
(mafw.processor_library.db_init.TableCreator method)
(mafw.processor_library.db_init.TriggerRefresher method)
(mafw.processor_library.sns_plotter.SNSPlotter method)
process_matches_http_server() (in module mafw.devtools.documentation)
process_response() (mafw.devtools.release.DocTargetVersionPrompt method)
Processor (class in mafw.processor)
processor_depends_on_optional() (in module mafw.decorators)
processor_dict (mafw.plugin_manager.LoadedPlugins attribute)
processor_exit_status (mafw.processor.Processor attribute)
(mafw.processor.ProcessorList property)
processor_list (mafw.plugin_manager.LoadedPlugins attribute)
processor_schema() (mafw.lazy_import.ProcessorClassProtocol method)
(mafw.processor.Processor class method)
processor_status (mafw.processor.Processor attribute)
processor_validator() (in module mafw.tools.toml_tools)
ProcessorClassProtocol (class in mafw.lazy_import)
ProcessorConfig (class in mafw.steering.models)
ProcessorEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.processor_editor)
ProcessorExitStatus (class in mafw.enumerators)
ProcessorFilter (class in mafw.db.db_filter)
ProcessorFilterEditor (class in mafw.steering_gui.views.filter_editors)
ProcessorList (class in mafw.processor)
ProcessorMeta (class in mafw.processor)
ProcessorModelsTableModel (class in mafw.steering_gui.views.filter_editors)
ProcessorParameterEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.processor_parameter_editor)
ProcessorParameterError
ProcessorPipeline (class in mafw.steering_gui.models)
(class in mafw.steering_gui.models.pipeline)
ProcessorPipelineModel (class in mafw.steering_gui.models)
(class in mafw.steering_gui.models.processor_pipeline_model)
ProcessorRef (class in mafw.steering.models)
ProcessorSchema (class in mafw.models)
(class in mafw.models.processor_schema)
ProcessorSchemaStatus (class in mafw.steering.models)
ProcessorStatus (class in mafw.enumerators)
ProcessorsToRunNotListIssue
progress_message (mafw.processor.Processor attribute)
project_python_versions() (in module mafw.devtools.dependencies)
project_python_versions_from_doc() (in module mafw.devtools.dependencies)
prompt_question() (mafw.ui.abstract_user_interface.UserInterfaceBase method)
(mafw.ui.console_user_interface.ConsoleInterface method)
(mafw.ui.rich_user_interface.RichInterface method)
prune (in module mafw.devtools.cli.documentation)
prune_old_versions() (in module mafw.devtools.documentation)
push_changes() (in module mafw.devtools.release)
PYPROJECT_FILE (in module mafw.devtools.dependencies.compile)
(in module mafw.devtools.git)
python_value() (mafw.db.fields.FileNameField method)
(mafw.db.fields.FileNameListField method)
python_versions_between() (in module mafw.devtools.dependencies)
PYTHON_VERSIONS_REQUIREMENTS_FILENAME (in module mafw.devtools.documentation.requirements)
Q
queue_batch_size (mafw.processor.Processor attribute)
queue_size (mafw.processor.Processor attribute)
Quit (mafw.enumerators.LoopingStatus attribute)
R
R (class in mafw.lazy_import)
(class in mafw.steering_gui.controllers.steering_controller)
RangeEditor (class in mafw.steering_gui.views.filter_editors)
read_compiled_dependency_versions() (in module mafw.devtools.dependencies)
read_current_version() (in module mafw.devtools.release)
read_server_metadata() (in module mafw.devtools.documentation)
recorded_mutation() (in module mafw.steering_gui.controllers.steering_controller)
redo() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
refresh() (mafw.steering_gui.views.filter_manager.FilterManager method)
(mafw.steering_gui.views.group_editor.GroupEditor method)
(mafw.steering_gui.views.GroupEditor method)
(mafw.steering_gui.views.pipeline_editor.PipelineEditor method)
(mafw.steering_gui.views.PipelineEditor method)
(mafw.steering_gui.views.steering_tree.SteeringTreeView method)
(mafw.steering_gui.views.SteeringTreeView method)
regenerate_versions_json_after_pruning() (in module mafw.devtools.documentation)
register_db_model_modules() (in module mafw.hookspecs)
(in module mafw.plugins)
register_model() (mafw.db.model_register.ModelRegister method)
register_prefix() (mafw.db.model_register.ModelRegister method)
register_processors() (in module mafw.hookspecs)
(in module mafw.plugins)
register_suffix() (mafw.db.model_register.ModelRegister method)
register_user_interfaces() (in module mafw.hookspecs)
(in module mafw.plugins)
RegisteredMeta (class in mafw.db.db_model)
registry (in module mafw.devtools.cli.dependencies)
(in module mafw.devtools.cli.documentation)
RELEASE_SECTION_HEADERS (in module mafw.devtools.release.changelog)
RELEASE_TEMPLATE_FILE (in module mafw.devtools.release.notes)
RelPlot (class in mafw.processor_library.sns_plotter)
remove_filter() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
remove_group() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
remove_item() (mafw.steering_gui.views.filter_tree.FilterTreeView method)
remove_orphan_files (mafw.processor.Processor attribute)
remove_parameter() (mafw.steering.builder.SteeringBuilder method)
remove_pipeline_entries() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
remove_pipeline_entry() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
remove_processor() (mafw.steering.builder.SteeringBuilder method)
remove_processor_from_run_list() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
remove_processor_parameter() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
remove_widow_db_rows() (in module mafw.tools.file_tools)
rename_group() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
rename_processor_entry() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
render_comparison_json() (in module mafw.devtools.dependencies)
render_comparison_markdown() (in module mafw.devtools.dependencies)
render_comparison_rich() (in module mafw.devtools.dependencies)
render_release_note_section() (in module mafw.devtools.release)
replace_builder() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
replica_id (mafw.processor.Processor attribute)
replica_name (mafw.processor.Processor property)
report_build_status() (in module mafw.devtools.documentation)
required_columns (mafw.processor_library.sns_plotter.SQLPdDataRetriever attribute)
REQUIREMENTS_GROUPS (in module mafw.devtools.documentation.requirements)
reserved_names (mafw.processor.ActiveParameter attribute)
reset() (mafw.processor_library.importer.FilenameElement method)
(mafw.processor_library.importer.FilenameParser method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
reset_processor_parameters() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
resolve_command() (mafw.tools.click_extensions.AbbreviateGroup method)
resolve_completion_shell() (in module mafw.tools.click_extensions)
resolve_config_env() (in module mafw.tools.toml_tools)
resolve_mafw_docs_package_ids_by_version() (in module mafw.devtools.documentation)
resolve_output_format() (in module mafw.devtools.dependencies)
resolve_package_ids_by_version() (in module mafw.devtools.gitlab)
resolve_string() (in module mafw.tools.toml_tools)
ReturnValue (class in mafw.scripts.mafw_exe)
RichInterface (class in mafw.ui.rich_user_interface)
root_items() (mafw.steering_gui.models.processor_pipeline_model.ProcessorPipelineModel method)
(mafw.steering_gui.models.ProcessorPipelineModel method)
rreplace() (in module mafw.timer)
Run (mafw.enumerators.ProcessorStatus attribute)
run() (in module mafw.devtools.documentation)
(in module mafw.tools.shell_tools)
(mafw.runner.MAFwApplication method)
(mafw.steering_gui.threading.Worker method)
(mafw.steering_gui.threading.workers.Worker method)
run_pip_audit() (in module mafw.devtools.dependencies)
run_processor_list_with_loop_modifier() (in module mafw.examples.processor_list)
run_simple_processor_list() (in module mafw.examples.processor_list)
run_stdout() (in module mafw.tools.shell_tools)
RunnerNotInitialized
S
save() (mafw.processor_library.abstract_plotter.GenericPlotter method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
save_as() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
search() (mafw.processor_library.importer.FilenameElement method)
section_key_from_index() (mafw.steering_gui.models.steering_tree_model.SteeringTreeModel method)
(mafw.steering_gui.models.SteeringTreeModel method)
select_pipeline_item() (mafw.steering_gui.views.steering_tree.SteeringTreeView method)
(mafw.steering_gui.views.SteeringTreeView method)
selected_field() (mafw.steering_gui.dialogs.add_field_filter_dialog.AddFieldFilterDialog method)
selected_model() (mafw.steering_gui.dialogs.add_model_dialog.AddModelDialog method)
selected_names() (mafw.steering_gui.dialogs.add_processor_dialog.AddProcessorDialog method)
(mafw.steering_gui.dialogs.AddProcessorDialog method)
serialize() (in module mafw.steering.serializer)
server (in module mafw.devtools.cli.documentation)
SERVER_DEFAULT_DIRECTORY (in module mafw.devtools.documentation.server)
server_default_directory() (in module mafw.devtools.documentation)
SERVER_METADATA_FILENAME (in module mafw.devtools.documentation.server)
server_metadata_path() (in module mafw.devtools.documentation)
server_start_impl() (in module mafw.devtools.documentation.server)
server_stop_by_metadata() (in module mafw.devtools.documentation.server)
ServerStatusEnum (class in mafw.devtools.documentation)
set_analysis_description() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_analysis_name() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_available_interfaces() (mafw.steering_gui.views.ui_editor.UIEditor method)
(mafw.steering_gui.views.UIEditor method)
set_backend() (mafw.steering_gui.views.database_editor.AuthenticationWidget method)
(mafw.steering_gui.views.database_editor.ParametersWidget method)
(mafw.steering_gui.views.database_editor.TransportWidget method)
set_condition() (mafw.steering_gui.views.filter_editors.ConditionDefinition method)
(mafw.steering_gui.views.filter_editors.ConditionEditor method)
set_condition_warning() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
set_config() (mafw.steering_gui.views.filter_editors.FieldFilterEditor method)
(mafw.steering_gui.views.filter_editors.LogicEditor method)
(mafw.steering_gui.views.filter_editors.ModelFilterEditor method)
(mafw.steering_gui.views.filter_editors.ProcessorFilterEditor method)
set_create_standard_tables() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_current_interface() (mafw.steering_gui.views.ui_editor.UIEditor method)
(mafw.steering_gui.views.UIEditor method)
set_data() (mafw.steering_gui.views.database_editor.AuthenticationWidget method)
(mafw.steering_gui.views.database_editor.DatabaseEditor method)
(mafw.steering_gui.views.database_editor.ParametersWidget method)
(mafw.steering_gui.views.DatabaseEditor method)
(mafw.steering_gui.views.globals_editor.GlobalsEditor method)
(mafw.steering_gui.views.GlobalsEditor method)
set_database() (mafw.db.trigger.Trigger method)
set_db_attribute() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_db_authentication() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_db_parameters() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_db_pragmas() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_db_url() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_default() (mafw.steering.builder.SteeringBuilder method)
set_existing_names() (mafw.steering_gui.views.filter_editors.FieldNameWidget method)
set_field_type() (mafw.steering_gui.views.filter_editors.ListEditor method)
(mafw.steering_gui.views.filter_editors.RangeEditor method)
(mafw.steering_gui.views.filter_editors.SingleValueEditor method)
(mafw.steering_gui.views.filter_editors.ValueEditorBase method)
set_filter_conditionals() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_filter_config() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_filter_field() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_filter_logic() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_group_attributes() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_group_description() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_group_item() (mafw.steering_gui.views.group_editor.GroupEditor method)
(mafw.steering_gui.views.GroupEditor method)
set_group_processors() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_logic_warning() (mafw.steering_gui.models.filter_tree_model.FilterTreeModel method)
set_model() (mafw.steering_gui.views.filter_tree.FilterTreeView method)
(mafw.steering_gui.views.group_editor.GroupEditor method)
(mafw.steering_gui.views.GroupEditor method)
(mafw.steering_gui.views.pipeline_editor.PipelineEditor method)
(mafw.steering_gui.views.PipelineEditor method)
(mafw.steering_gui.views.steering_tree.SteeringTreeView method)
(mafw.steering_gui.views.SteeringTreeView method)
set_model_info() (mafw.steering_gui.views.filter_editors.FieldNameWidget method)
set_name() (mafw.steering_gui.views.filter_editors.FieldNameWidget method)
(mafw.steering_gui.views.filter_editors.FreeNameWidget method)
set_new_only() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_parameter() (mafw.steering.builder.SteeringBuilder method)
set_parameter_value() (mafw.processor.Processor method)
set_parameters() (mafw.steering_gui.views.processor_parameter_editor.ParameterTableModel method)
set_pipeline() (mafw.steering_gui.models.processor_pipeline_model.ProcessorPipelineModel method)
(mafw.steering_gui.models.ProcessorPipelineModel method)
(mafw.steering_gui.models.steering_tree_model.SteeringTreeModel method)
(mafw.steering_gui.models.SteeringTreeModel method)
set_processor_data() (mafw.steering_gui.views.processor_parameter_editor.ProcessorParameterEditor method)
(mafw.steering_gui.views.ProcessorParameterEditor method)
set_processor_filters() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_processor_new_only() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_processor_parameter() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_processors_to_run() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_replica_inheritance() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_ui_interface() (mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
set_url() (mafw.steering_gui.views.database_editor.TransportWidget method)
set_validation_level() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
(mafw.steering_gui.views.meta_editor.MetadataEditor method)
(mafw.steering_gui.views.MetadataEditor method)
set_value() (mafw.steering_gui.views.filter_editors.ListEditor method)
(mafw.steering_gui.views.filter_editors.RangeEditor method)
(mafw.steering_gui.views.filter_editors.SingleValueEditor method)
(mafw.steering_gui.views.filter_editors.ValueEditorBase method)
(mafw.steering_gui.views.processor_parameter_editor.PathEditor method)
shortcut (mafw.steering_gui.actions.ActionSpec attribute)
show_exception_dialog() (in module mafw.steering_gui.utils.exception_handling)
single_loop() (in module mafw.decorators)
SingleLoop (mafw.enumerators.LoopType attribute)
singleton() (in module mafw.decorators)
SingleValueEditor (class in mafw.steering_gui.views.filter_editors)
Skip (mafw.enumerators.LoopingStatus attribute)
skip_item() (mafw.examples.loop_modifier.ModifyLoopProcessor method)
(mafw.processor.Processor method)
skipped_items (mafw.examples.loop_modifier.ModifyLoopProcessor attribute)
slice_data_frame() (in module mafw.tools.pandas_tools)
(mafw.processor_library.sns_plotter.SNSPlotter method)
slicing_dict (mafw.processor_library.sns_plotter.SNSPlotter attribute)
SNSFigurePlotter (class in mafw.processor_library.sns_plotter)
SNSPlotter (class in mafw.processor_library.sns_plotter)
soft_recreate (mafw.processor_library.db_init.TableCreator attribute)
sort_tags_semver() (in module mafw.devtools.documentation)
SPHINX_BUILD_CMD (in module mafw.devtools.documentation.builder)
sql_files (mafw.processor_library.db_init.SQLScriptRunner attribute)
sqlite_memory_button (mafw.steering_gui.views.database_editor.TransportWidget property)
sqlite_open_button (mafw.steering_gui.views.database_editor.TransportWidget property)
SQLiteDialect (class in mafw.db.trigger)
SQLPdDataRetriever (class in mafw.processor_library.sns_plotter)
SQLScriptRunner (class in mafw.processor_library.db_init)
STABLE_TAG_PATTERN (in module mafw.devtools.git)
(in module mafw.devtools.release.versioning)
StandardTable (class in mafw.db.std_tables)
StandardTableDoesNotExist
Start (mafw.enumerators.ProcessorStatus attribute)
start() (mafw.examples.db_processors.CountStandardTables method)
(mafw.examples.db_processors.FillFileTableProcessor method)
(mafw.examples.importer_example.ImporterExample method)
(mafw.examples.loop_modifier.FindNPrimeNumber method)
(mafw.examples.loop_modifier.FindPrimeNumberInRange method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallel method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeParallelWithQueue method)
(mafw.examples.loop_modifier.FindPrimeNumberInRangeTunable method)
(mafw.examples.loop_modifier.ModifyLoopProcessor method)
(mafw.examples.sum_processor.AccumulatorProcessor method)
(mafw.examples.sum_processor.GaussAdder method)
(mafw.processor.Processor method)
(mafw.processor_library.db_init.SQLScriptRunner method)
(mafw.processor_library.db_init.TableCreator method)
(mafw.processor_library.db_init.TriggerRefresher method)
(mafw.processor_library.importer.Importer method)
(mafw.processor_library.sns_plotter.SNSPlotter method)
status_tip (mafw.steering_gui.actions.ActionSpec attribute)
std_upsert() (mafw.db.db_model.MAFwBaseModel class method)
std_upsert_many() (mafw.db.db_model.MAFwBaseModel class method)
STEERING_FILE
mafw-run command line option
mafw-steering command line option
SteeringBuilder (class in mafw.steering.builder)
SteeringController (class in mafw.steering_gui.controllers.steering_controller)
SteeringControllerError
SteeringFileDeprecation
SteeringTextEditor (class in mafw.steering_gui.dialogs)
(class in mafw.steering_gui.dialogs.steering_text_editor)
SteeringTreeModel (class in mafw.steering_gui.models)
(class in mafw.steering_gui.models.steering_tree_model)
SteeringTreeRoles (class in mafw.steering_gui.models)
(class in mafw.steering_gui.models.steering_tree_model)
SteeringTreeView (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.steering_tree)
Successful (mafw.enumerators.ProcessorExitStatus attribute)
summarize_freeze_changes() (in module mafw.devtools.dependencies.freeze)
supports_safe_create() (mafw.db.trigger.MySQLDialect method)
(mafw.db.trigger.PostgreSQLDialect method)
(mafw.db.trigger.SQLiteDialect method)
(mafw.db.trigger.TriggerDialect method)
supports_trigger_type() (mafw.db.trigger.MySQLDialect method)
(mafw.db.trigger.PostgreSQLDialect method)
(mafw.db.trigger.SQLiteDialect method)
(mafw.db.trigger.TriggerDialect method)
supports_update_of_columns() (mafw.db.trigger.MySQLDialect method)
(mafw.db.trigger.PostgreSQLDialect method)
(mafw.db.trigger.SQLiteDialect method)
(mafw.db.trigger.TriggerDialect method)
supports_when_clause() (mafw.db.trigger.MySQLDialect method)
(mafw.db.trigger.PostgreSQLDialect method)
(mafw.db.trigger.SQLiteDialect method)
(mafw.db.trigger.TriggerDialect method)
suppress_warnings() (in module mafw.decorators)
T
T (class in mafw.lazy_import)
(class in mafw.steering_gui.threading.workers)
table (mafw.steering_gui.views.database_editor.ParametersWidget property)
table_name (mafw.processor_library.sns_plotter.SQLPdDataRetriever attribute)
TableCreator (class in mafw.processor_library.db_init)
text (mafw.steering_gui.actions.ActionSpec attribute)
ThreadExceptionHandler (class in mafw.steering_gui.utils.exception_handling)
Timer (class in mafw.timer)
to_config_dict() (mafw.steering.builder.SteeringBuilder method)
to_dict() (mafw.db.db_model.MAFwBaseModel method)
to_document() (mafw.steering.builder.SteeringBuilder method)
to_expression() (mafw.db.db_filter.ConditionalFilterCondition method)
(mafw.db.db_filter.ConditionalNode method)
(mafw.db.db_filter.ConditionNode method)
(mafw.db.db_filter.LogicalNode method)
to_schema() (mafw.processor.ActiveParameter method)
Token (in module mafw.db.db_filter)
TOKEN_SPECIFICATION (in module mafw.db.db_filter)
tokenize() (in module mafw.db.db_filter)
TomlSyntaxHighlighter (class in mafw.steering_gui.dialogs.steering_text_editor)
TransportWidget (class in mafw.steering_gui.views.database_editor)
Trigger (class in mafw.db.trigger)
TriggerAction (class in mafw.db.trigger)
TriggerDialect (class in mafw.db.trigger)
TriggerDisabler (class in mafw.db.std_tables)
triggered (mafw.steering_gui.actions.ActionSpec attribute)
TriggerRefresher (class in mafw.processor_library.db_init)
triggers() (mafw.db.db_model.MAFwBaseModel class method)
TriggerStatus (class in mafw.db.std_tables)
TriggerStatusDoesNotExist
TriggerWhen (class in mafw.db.trigger)
tuning_loop_type (mafw.tools.loop_tuning.LoopTuningMixin attribute)
tuning_max_workers (mafw.tools.loop_tuning.LoopTuningMixin attribute)
tuning_queue_batch_size (mafw.tools.loop_tuning.LoopTuningMixin attribute)
tuning_queue_size (mafw.tools.loop_tuning.LoopTuningMixin attribute)
type_lut (mafw.processor_library.importer.FilenameElement attribute)
U
ui_dict (mafw.plugin_manager.LoadedPlugins attribute)
ui_list (mafw.plugin_manager.LoadedPlugins attribute)
UIConfiguration (class in mafw.steering.models)
UIEditor (class in mafw.steering_gui.views)
(class in mafw.steering_gui.views.ui_editor)
undo() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
UnexpectedEndOfExpressionError
UnexpectedTokenError
unfreeze_dependencies() (in module mafw.devtools.dependencies)
unfreeze_pyproject_toml() (in module mafw.devtools.dependencies)
unfreeze_requirement() (in module mafw.devtools.dependencies)
uninstall_completion_files() (in module mafw.tools.click_extensions)
unique_id (mafw.processor.Processor attribute)
unique_name (mafw.processor.Processor property)
Unknown (mafw.enumerators.ProcessorStatus attribute)
UnknownDBEngine
UnknownField (class in mafw.db.db_wizard)
UnknownGroupMemberIssue
UnknownNameError
UnknownProcessor
UnknownProcessorGroup
UnknownProcessorsToRunEntryIssue
UnsupportedDatabaseError
unwrap() (mafw.tools.toml_tools.PathItem method)
update_context() (mafw.steering_gui.views.filter_editors.FreeNameWidget method)
update_db() (mafw.processor_library.abstract_plotter.GenericPlotter method)
update_dependency_list() (in module mafw.devtools.dependencies.freeze)
update_doc_target_version() (in module mafw.devtools.release)
update_from_dict() (mafw.db.db_model.MAFwBaseModel method)
update_notice_version() (in module mafw.devtools.release)
update_requirements_and_readme() (in module mafw.devtools.dependencies)
update_summary() (mafw.steering_gui.views.meta_editor.MetadataEditor method)
(mafw.steering_gui.views.MetadataEditor method)
update_task() (mafw.ui.abstract_user_interface.UserInterfaceBase method)
(mafw.ui.console_user_interface.ConsoleInterface method)
(mafw.ui.rich_user_interface.RichInterface method)
upload_docs_zip_to_gitlab_generic_registry() (in module mafw.devtools.documentation)
upload_generic_file() (in module mafw.devtools.gitlab)
url_edit (mafw.steering_gui.views.database_editor.TransportWidget property)
UserInterfaceBase (class in mafw.ui.abstract_user_interface)
UserInterfaceClassProtocol (class in mafw.lazy_import)
UserInterfaceMeta (class in mafw.ui.abstract_user_interface)
username_edit (mafw.steering_gui.views.database_editor.AuthenticationWidget property)
V
VALID_AUTH_METHODS (in module mafw.db.db_connection)
VALID_HATCH_SEGMENTS (in module mafw.devtools.release.versioning)
validate() (in module mafw.steering.validation)
(mafw.steering.builder.SteeringBuilder method)
(mafw.steering_gui.controllers.steering_controller.SteeringController method)
validate_configuration() (mafw.processor.Processor method)
(mafw.processor_library.db_init.SQLScriptRunner method)
(mafw.processor_library.db_init.TableCreator method)
validate_database_conf() (in module mafw.processor)
validate_doc_target_version() (in module mafw.devtools.release.versioning)
validate_item() (mafw.processor.ProcessorList static method)
validate_items() (mafw.processor.ProcessorList static method)
validation_level() (mafw.steering_gui.controllers.steering_controller.SteeringController method)
ValidationIssue
ValidationIssuesDialog (class in mafw.steering_gui.dialogs.validation_issues_dialog)
ValidationLevel (class in mafw.steering.builder)
value (mafw.processor.PassiveParameter property)
(mafw.processor_library.importer.FilenameElement property)
value() (mafw.steering_gui.views.processor_parameter_editor.PathEditor method)
ValueEditorBase (class in mafw.steering_gui.views.filter_editors)
verify_checksum() (in module mafw.tools.file_tools)
verify_lowest_resolution() (in module mafw.devtools.dependencies)
VERSION_PATTERN (in module mafw.devtools.release.versioning)
VersionComparisonResult (class in mafw.devtools.dependencies)
VersionKind (in module mafw.devtools.release.versioning)
W
where_clause (mafw.processor_library.sns_plotter.SQLPdDataRetriever attribute)
while_condition() (mafw.examples.loop_modifier.FindNPrimeNumber method)
(mafw.processor.Processor method)
while_loop() (in module mafw.decorators)
WhileLoop (mafw.enumerators.LoopType attribute)
Worker (class in mafw.steering_gui.threading)
(class in mafw.steering_gui.threading.workers)
WorkerSignals (class in mafw.steering_gui.threading.workers)
write() (mafw.steering.builder.SteeringBuilder method)
write_legacy_redirect_page() (in module mafw.devtools.documentation)
write_redirect_page() (in module mafw.devtools.documentation)
write_redirects_file() (in module mafw.devtools.documentation)
write_root_landing_page() (in module mafw.devtools.documentation)
write_server_metadata() (in module mafw.devtools.documentation)
write_versions_json() (in module mafw.devtools.documentation)