glob
index
/usr/local/lib/python2.4/glob.py
Module Docs
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.
Data
__all__
= ['glob']