LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Funzioni | |
def | string2var (s) |
def | var2string (var) |
some not-too-complicated persistence methods
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.
def PersistUtils.var2string | ( | var | ) |
convert the variable var to a storable string
Definizione alla linea 41 del file PersistUtils.py.