pylupnt.Config

class pylupnt.Config
copy(self: pylupnt._pylupnt.Config) pylupnt._pylupnt.Config

Create a deep copy of the config

get(self: pylupnt._pylupnt.Config, key: str, default: object = None) object
items(self: pylupnt._pylupnt.Config) list
keys(self: pylupnt._pylupnt.Config) list
to_dict(self: pylupnt._pylupnt.Config) dict
to_string(self: pylupnt._pylupnt.Config) str
update(self: pylupnt._pylupnt.Config, arg0: dict) None
values(self: pylupnt._pylupnt.Config) list