glob
index
/usr/lib/python2.1/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']
__file__
= '/usr/lib/python2.1/glob.pyc'
__name__
= 'glob'
magic_check
= <SRE_Pattern object>