Functions | |
def | todict (obj) |
def | fromdict (obj) |
def | dumps (obj) |
def | loads (text) |
def | dump (filename, obj) |
def | load (filename) |
def wirecell.sigproc.response.persist.dump | ( | filename, | |
obj | |||
) |
Save a response object (typically response.schema.FieldResponse) to a file of the given name.
Definition at line 60 of file persist.py.
def wirecell.sigproc.response.persist.dumps | ( | obj | ) |
def wirecell.sigproc.response.persist.fromdict | ( | obj | ) |
def wirecell.sigproc.response.persist.load | ( | filename | ) |
Return response.schema object representation of the data in the file of the given name.
Definition at line 80 of file persist.py.
def wirecell.sigproc.response.persist.loads | ( | text | ) |
def wirecell.sigproc.response.persist.todict | ( | obj | ) |
Return a dictionary for the object which is marked up for type.
Definition at line 7 of file persist.py.