mpas_analysis.shared.io.utility.paths

mpas_analysis.shared.io.utility.paths(*args)[source]

Returns glob’d paths in list for arbitrary number of function arguments. Note, each expanded set of paths is sorted.

Parameters
*argslist

A list of arguments to pass to glob.glob

Returns
pathslist of str

A list of file paths