Package conary :: Package lib :: Module fixedglob
[hide private]
[frames] | no frames]

Module fixedglob

source code

Filename globbing utility.

Functions [hide private]
 
glob(pathname)
Return a list of paths matching a pathname pattern.
source code
 
glob1(dirname, pattern) source code
 
has_magic(s) source code
Variables [hide private]
  magic_check = re.compile(r'[\*\?\[]')
Function Details [hide private]

glob(pathname)

source code 

Return a list of paths matching a pathname pattern.

The pattern may contain simple shell-style wildcards a la fnmatch.