Skip to content

scripts/add_documentation_delegates.py

Overview

This file contains 3 documented elements.

Functions

add_documentation_delegates(file_path)

Aggiunge delegate per le tabelle documentazione.

Parameters: - file_path

main()

No description available. Entry point of the script that orchestrates the addition of documentation delegates to the target file Tma.py located in the QGIS3 default profile plugin directory. It first verifies that the target file exists, then invokes add_documentation_delegates() with the file path, reporting success or failure via console output. Returns 0 on success or 1 if the file is not found or the delegate addition process fails.