Lines Matching full:fnmatch
1 import fnmatch39 # Whether this pattern needs actual matching using fnmatch, or can520 self.pat = re.compile(fnmatch.translate(pat))951 if not fnmatch.fnmatchcase(part, pat):