external_libs.disk module
Return disk usage statistics about the given path as a (total, used, free)
namedtuple. Values are expressed in bytes.
-
external_libs.disk.bytes2human(n)[source]
-
external_libs.disk.disk_usage(path)[source]
Return disk usage statistics about the given path as a (total, used, free)
namedtuple. Values are expressed in bytes.