dcase_util.utils.Path.size_bytes

Path.size_bytes(path=None)[source]

Total byte count of all files under given path.

Parameters
pathstr

Path, if none given one given to class constructor is used. Default value None

Returns
int