h5 Package

decorators

tvb.storage.h5.decorators.synchronized(lock)[source]

Synchronization annotation. We try to mimic the same behavior as Java has with keyword synchronized, for methods.

utils

tvb.storage.h5.utils.date2string(date_input, complex_format=True, date_format=None)[source]

Convert date into string, after internal format

tvb.storage.h5.utils.string2bool(string_input)[source]

Convert given string into boolean value.

tvb.storage.h5.utils.string2date(string_input, complex_format=True, date_format=None)[source]

Read date from string, after internal format

Subpackages