libtextworker 0.1.4
Cross-platform, free and open library for Python projects
Public Member Functions | Static Public Attributes | List of all members
libtextworker.get_config.GetConfig Class Reference
Inheritance diagram for libtextworker.get_config.GetConfig:
Inheritance graph
[legend]

Public Member Functions

def __init__ (this, dict[str]|str|None config, str file, **kwds)
 
def readf (this, str file, str|None encoding=None)
 
def __del__ (this)
 
def reset (this, bool restore=False)
 
def update (this)
 
dict backup (this, dict keys, bool direct_to_keys=False)
 
def full_backup (this, bool noFile, str path, bool use_json=False)
 
def restore (this, dict[str, str]|None keys, str optional_path)
 
typing.Any|None getkey (this, str section, str option, bool needed=False, bool make=False, bool noraiseexp=False, bool raw=False)
 
def aliasyesno (this, yesvalue=None, novalue=None)
 
def alias (this, value, value2)
 
def move (this, dict[str, dict[str, str]] list_)
 
def set_and_update (this, str section, str option, str|None value=None)
 
def on_any_event (this, FileSystemEvent event)
 

Static Public Attributes

 list
 
 dict
 
 bool
 

Detailed Description

Definition at line 37 of file get_config.py.


The documentation for this class was generated from the following file: