bundles / astropy latest / astropy / utils / misc / walk_skip_hidden
function
astropy.utils.misc:walk_skip_hidden
source: /astropy/utils/misc.py :343
Signature
def walk_skip_hidden ( top , onerror = None , followlinks = False ) Summary
Extended Summary
A wrapper for os.walk that skips hidden files and directories.
This function does not have the parameter topdown from os.walk: the directories must always be recursed top-down when using this function.
See also
- os.walk
For a description of the parameters
Aliases
-
astropy.utils.walk_skip_hidden