hexrd.nf_config.config module

Base Config class

class hexrd.nf_config.config.Config(cfg)[source]

Bases: object

static check_filename(fname, wdir)[source]

Check whether filename is valid relative to working directory

fname - the name of the file

Returns the absolute path of the filename if the file exists

If fname is an absolute path, use that; otherwise take it as a path relative to the working directory.

property dirty
dump(filename)[source]
get(key, default=<hexrd.nf_config.utils.Null object>)[source]
set(key, val)[source]