raw === This module is used to read/write raw binary data. Overview -------- .. currentmodule:: ilpm.raw .. autosummary:: load_raw save_raw Example Usage ------------- .. code-block:: python fn = ilpm.raw.dump_raw('test', my_array) print "Saved to: %s" loaded_array = iplm.raw.open_raw(fn) print "Loaded from: %s" % fn Functions --------- .. automodule:: ilpm.raw :members: :show-inheritance: