dcase_util.containers.MetaDataContainer.show_all

MetaDataContainer.show_all(mode='auto', indent=0)[source]

Print container content with all meta data items.

Parameters
modestr

Output type, possible values [‘auto’, ‘print’, ‘html’]. ‘html’ will work in Jupyter notebook only. Default value ‘auto’

indentint

Amount of indent Default value 0

Returns
Nothing