glob
index
/usr/lib/python1.6/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
__file__
= '/usr/lib/python1.6/glob.pyc'
__name__
= 'glob'
magic_check
= <SRE_Pattern object at 81df470>