Home | History | Annotate | Download | only in Lib

Lines Matching full:fnmatch

1 import fnmatch
39 # Whether this pattern needs actual matching using fnmatch, or can
520 self.pat = re.compile(fnmatch.translate(pat))
951 if not fnmatch.fnmatchcase(part, pat):