Simple command interface

Serialize object graphs

It is still a todo in our API

Reference

tvb.core.neocom.h5.load(source_path: str, with_references: bool = False) HasTraits[source]

Load a datatype stored in the tvb h5 file found at the given path

tvb.core.neocom.h5.load_with_references(source_path: str)[source]

Load a datatype stored in the tvb h5 file found at the given path, but also load linked entities through GID

tvb.core.neocom.h5.store(datatype: HasTraits, destination: str, recursive: bool = False) None[source]

Stores the given datatype in a tvb h5 file at the given path

tvb.core.neocom.h5.store_complete(datatype, op_id, project_name, generic_attributes=<tvb.core.entities.generic_attributes.GenericAttributes object>)[source]