spectre.input_dict

Module Contents

class spectre.input_dict.input_dict(fname=None)

Bases: dict

input dictionary class -> with dot.notation access to dictionary attributes

set_if_none(key, val)
has_key(key)
copy(memo=None)

Return a shallow copy of the dict.

get_keys()
save_json(fname, force=False)
save_pickle(fname, force=False)