dcase_util.containers.DataRepository.set_container

DataRepository.set_container(container, label, stream_id=None)[source]

Store container to repository

Parameters
containerDataContainer or dict or list

Data container

labelstr

Label assigned to the container

stream_idstr or int

Stream id, if None, default_stream is used. Default value None

Returns
self