slycat.web.server.hdf5

slycat.web.server.hdf5.create(array)[source]

Create a new array in the data store, ready for writing.

slycat.web.server.hdf5.delete(array)[source]

Remove an array from the data store.

class slycat.web.server.hdf5.null_lock[source]

Bases: object

Do-nothing replacement for a thread lock, useful for debugging threading problems with h5py.

slycat.web.server.hdf5.open(array, mode='r')[source]

Open an array from the data store for reading.

slycat.web.server.hdf5.path(array)[source]

Convert an array identifier to a data store filesystem path.