libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ full_backup()

def libtextworker.get_config.GetConfig.full_backup (   this,
bool  noFile,
str  path,
bool   use_json = False 
)
@since 0.1.4
Backup all settings by writing to GetConfig.backups and/or another file.
@param noFile (bool): Don't write to any file else.
@param path (str): Target backup file
@param use_json (bool = False): Use the backup file in JSON format

Definition at line 142 of file get_config.py.