dcase_util.containers.MetaDataContainer.show
- MetaDataContainer.show(mode='auto', indent=0, show_info=True, show_data=False, show_stats=True)[source]
Print container content
If called inside Jupyter notebook, HTML formatted version is shown.
- 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
- show_infobool
Include basic info about the container Default value True
- show_databool
Include data Default value True
- show_statsbool
Include scene and event statistics Default value True
- Returns
- Nothing