kaitiaki.file_handlers.datafile =============================== .. py:module:: kaitiaki.file_handlers.datafile Classes ------- .. autoapisummary:: kaitiaki.file_handlers.datafile.DataFileParser Module Contents --------------- .. py:class:: DataFileParser(file_pointer='data') .. py:attribute:: _file :value: 'data' .. py:method:: get(param) .. py:method:: elucidate(*args, **kwargs) .. py:method:: to_pickle(path: str = 'configuration.params') .. py:method:: explain(param) .. py:method:: show_in_file(param) .. py:method:: as_dict() .. py:method:: __eq__(other) .. py:method:: changes_from_base() .. py:method:: __str__() .. py:method:: compare(other, tag_names=('other', 'self')) .. py:method:: __enter__() .. py:method:: __exit__(exc_type, exc_value, traceback)