LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Membri pubblici | |
def | __init__ (self) |
def | read (self, section, option, convert=False) |
def | readBlock (self, section, convert=False) |
def | write (self, section, option, val) |
def | writeBlock (self, section, valDict, convert=False) |
classe contenente la configurazione di LeenO la classe è un singleton - anche creando vari oggetti tutti contengono gli stessi dati
Definizione alla linea 26 del file LeenoConfig.py.
def LeenoConfig.Config.__init__ | ( | self | ) |
Reimplementa LeenoConfig.Borg.
Definizione alla linea 32 del file LeenoConfig.py.
def LeenoConfig.Config.read | ( | self, | |
section, | |||
option, | |||
convert = False |
|||
) |
read an option from config if convert is True, do the string->value conversion (for latter, the string must have the correct format)
Definizione alla linea 151 del file LeenoConfig.py.
def LeenoConfig.Config.readBlock | ( | self, | |
section, | |||
convert = False |
|||
) |
read a block of options from config given the section name if convert is True, do the string->value conversion (for latter, the strings must have the correct format)
Definizione alla linea 162 del file LeenoConfig.py.
def LeenoConfig.Config.write | ( | self, | |
section, | |||
option, | |||
val | |||
) |
write an option to config
Definizione alla linea 185 del file LeenoConfig.py.
def LeenoConfig.Config.writeBlock | ( | self, | |
section, | |||
valDict, | |||
convert = False |
|||
) |
write a block of options to config given the section name if convert is True, do the value->string conversion
Definizione alla linea 197 del file LeenoConfig.py.