set_disco_info_value

Descripción

Establece un valor fijo en la variable 'info'.

Parámetros

Nombre Tipo Requerido Descripción
value str Si El valor a establecer en la variable 'info'. Por defecto es una cadena vacía.

Return 

Tipo
None

Versión

Ejemplo

import pandoraPlugintools as pt

# Set a value to the _INFO variable
pt.set_disco_info_value("This is some information about the discovery.")

# Verify by printing the updated _INFO
print(discovery._INFO)

Revision #13
Created 27 July 2023 07:33:37 by alejandro.sanchez
Updated 14 February 2024 14:21:22 by alejandro.sanchez