spectre.input_dict ================== .. py:module:: spectre.input_dict Module Contents --------------- .. py:class:: input_dict(fname=None) Bases: :py:obj:`dict` input dictionary class -> with dot.notation access to dictionary attributes .. py:method:: set_if_none(key, val) .. py:method:: has_key(key) .. py:method:: copy(memo=None) Return a shallow copy of the dict. .. py:method:: get_keys() .. py:method:: save_json(fname, force=False) .. py:method:: save_pickle(fname, force=False)