mango.application.mdss.du

mango.application.mdss.du(files=None, unit=None, project=None)[source]

Disk usage for files/directories in MDSS.

Parameters:
  • files (str or sequence of str) – File/directory path or sequence of file/directory paths whose MDSS sizes are to be calculated.
  • unit (str) – One of "b" byte, "k" kilo-byte, "m" mega-byte.
  • project (str) – NCI project identifier string, if None, uses default project (as returned from the getDefaultProject() function).
Return type:

sequence of tuples

Returns:

Sequence of (path,size,sizeUnit) tuples.

Previous topic

mango.application.mdss.getDefaultProject

Next topic

mango.application.mdss.exists

This Page