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:
*args : list

A list of arguments to pass to glob.glob

Returns:
paths : list of str

A list of file paths