size(name)
[source]
Returns the total size, in bytes, of the file referenced by name
. For storage systems that aren’t able to return the file size this will raise NotImplementedError
instead.
size(name)
[source]
Returns the total size, in bytes, of the file referenced by name
. For storage systems that aren’t able to return the file size this will raise NotImplementedError
instead.
Please login to continue.