LeenO computo metrico con LibreOffice  3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
Funzioni
Riferimenti per il namespace PersistUtils

Funzioni

def string2var (s)
 
def var2string (var)
 

Descrizione dettagliata

some not-too-complicated persistence methods

Documentazione delle funzioni

◆ string2var()

def PersistUtils.string2var (   s)
convert the string-format data (type)xxxxxx to
its value equivalent
examples :  (int)5 --> 5
            (date)25/02/2020 --> date(2020, 02, 25)

Definizione alla linea 24 del file PersistUtils.py.

◆ var2string()

def PersistUtils.var2string (   var)
convert the variable var to a storable string

Definizione alla linea 41 del file PersistUtils.py.