walk_skip_hidden¶
- astropy.utils.misc.walk_skip_hidden(top, onerror=None, followlinks=False)[source]¶
A wrapper for
os.walkthat skips hidden files and directories.This function does not have the parameter
topdownfromos.walk: the directories must always be recursed top-down when using this function.See also
os.walkFor a description of the parameters