DataMember#

class DataMember(*, data_store: cogent3.app.data_store.DataStoreABC, unique_id: str)#

Generic DataMember class, bound to a data store. All read operations delivered by the parent.

Attributes
data_store
md5
unique_id

Methods

read

property data_store: cogent3.app.data_store.DataStoreABC#
property md5#
read() Union[str, bytes]#
property unique_id#