glob
index
/usr/local/lib/python2.3/glob.py
Filename globbing utility.
Modules
fnmatch
os
re
Functions
glob
(pathname)
Return a list of paths matching a pathname pattern.
The pattern may contain simple shell-style wildcards a la fnmatch.
glob1
(dirname, pattern)
has_magic
(s)
Data
__all__
= ['glob']
magic_check
= <_sre.SRE_Pattern object>