Lines Matching +full:style +full:- +full:mod
1 :mod:`glob` --- Unix style pathname pattern expansion
5 :synopsis: Unix shell style pathname pattern expansion.
12 --------------
14 The :mod:`glob` module finds all the pathnames matching a specified pattern
20 :mod:`glob` treats filenames beginning with a dot (``.``) as special cases.
24 For a literal match, wrap the meta-characters in brackets.
30 Return a possibly-empty list of path names that match *pathname*, which must be
32 (like :file:`/usr/src/Python-1.5/Makefile`) or relative (like
33 :file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
50 >>> glob.glob('./[0-9].*')
69 Module :mod:`fnmatch`
70 Shell-style filename (not path) expansion